Skip to content

Commit 3fa6326

Browse files
committed
Updating metadata for hosting on PyPi.
Signed-off-by: Rob Dobson <rob.dobson@citrix.com>
1 parent 14e7c91 commit 3fa6326

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)