We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14e7c91 + 3fa6326 commit 330ae5cCopy full SHA for 330ae5c
2 files changed
setup.cfg
@@ -0,0 +1,2 @@
1
+[metadata]
2
+description-file = README.md
setup.py
@@ -5,6 +5,11 @@
5
setup(
6
name='python-hwinfo',
7
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',
13
packages=find_packages(),
14
entry_points = {
15
'console_scripts': [
0 commit comments