archive
/
Printr
Archived
1
Fork 0

Modified for pip build

This commit is contained in:
Jake Howard 2015-09-26 14:25:48 +01:00
parent d890e6172f
commit 68603644db
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View File

@ -55,3 +55,7 @@ docs/_build/
# PyBuilder
target/
# Other
MANIFEST

View File

@ -11,7 +11,7 @@ setup(
packages = ['printr'],
version = '0.0.1',
description = 'Python module to allow a print line to be updated after printing',
long_description = LONG_DESCRIPTION
long_description = LONG_DESCRIPTION,
author = 'Jake Howard',
url = 'https://github.com/RealOrangeOne/Printr',
license='MIT',