Skip to content

Commit

Permalink
Add pypi files
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbho3k committed Aug 23, 2017
1 parent 9dee253 commit 71d1db2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[metadata]
description-file = README.md

13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from setuptools import setup

setup(
name = 'manuf',
packages = ['manuf'],
version = '1.0.0',
description = 'Parser library for Wireshark\'s OUI database',
author = 'Michael Huang',
url = 'https://github.com/coolbho3k/manuf/',
license = 'Apache License 2.0 or GPLv3',
keywords = ['manuf', 'mac address', 'networking'],
)

0 comments on commit 71d1db2

Please sign in to comment.