Skip to content

Commit

Permalink
Merge pull request #8 from rdobson/pypi
Browse files Browse the repository at this point in the history
Updating metadata for hosting on PyPi.
  • Loading branch information
rdobson committed Jul 15, 2014
2 parents 14e7c91 + 3fa6326 commit 330ae5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
setup(
name='python-hwinfo',
author='Rob Dobson',
author_email = '[email protected]',
version = '0.1',
description = 'Library for parsing hardware info on Linux/Unix OSes.',
url = 'https://github.com/rdobson/python-hwinfo',
download_url = 'https://github.com/rdobson/python-hwinfo/tarball/0.1',
packages=find_packages(),
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit 330ae5c

Please sign in to comment.