Added more information for pypi
This commit is contained in:
parent
57de9f75ba
commit
c2b1a06bdf
3 changed files with 1 additions and 0 deletions
0
MANIFEST.in
Normal file
0
MANIFEST.in
Normal file
1
setup.py
1
setup.py
|
@ -13,6 +13,7 @@ setup(
|
||||||
description = 'Python module to allow a print line to be updated after printing',
|
description = 'Python module to allow a print line to be updated after printing',
|
||||||
long_description = LONG_DESCRIPTION,
|
long_description = LONG_DESCRIPTION,
|
||||||
author = 'Jake Howard',
|
author = 'Jake Howard',
|
||||||
|
author_email = 'me@theorangeone.net',
|
||||||
url = 'https://github.com/RealOrangeOne/Printr',
|
url = 'https://github.com/RealOrangeOne/Printr',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
platforms=['any']
|
platforms=['any']
|
||||||
|
|
Reference in a new issue