Modified for pip build
This commit is contained in:
parent
d890e6172f
commit
68603644db
2 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -55,3 +55,7 @@ docs/_build/
|
||||||
|
|
||||||
# PyBuilder
|
# PyBuilder
|
||||||
target/
|
target/
|
||||||
|
|
||||||
|
|
||||||
|
# Other
|
||||||
|
MANIFEST
|
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ setup(
|
||||||
packages = ['printr'],
|
packages = ['printr'],
|
||||||
version = '0.0.1',
|
version = '0.0.1',
|
||||||
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',
|
||||||
url = 'https://github.com/RealOrangeOne/Printr',
|
url = 'https://github.com/RealOrangeOne/Printr',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
|
|
Reference in a new issue