Skip to content

Commit 330ae5c

Browse files
committed
Merge pull request #8 from rdobson/pypi
Updating metadata for hosting on PyPi.
2 parents 14e7c91 + 3fa6326 commit 330ae5c

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
setup(
66
name='python-hwinfo',
77
author='Rob Dobson',
8+
author_email = 'rob@rdobson.co.uk',
9+
version = '0.1',
10+
description = 'Library for parsing hardware info on Linux/Unix OSes.',
11+
url = 'https://github.com/rdobson/python-hwinfo',
12+
download_url = 'https://github.com/rdobson/python-hwinfo/tarball/0.1',
813
packages=find_packages(),
914
entry_points = {
1015
'console_scripts': [

0 commit comments

Comments
 (0)