From 68603644db66e7fc2fd768b92030c703a36f3288 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 26 Sep 2015 14:25:48 +0100 Subject: [PATCH] Modified for pip build --- .gitignore | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba74660..6db6608 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,7 @@ docs/_build/ # PyBuilder target/ + + +# Other +MANIFEST \ No newline at end of file diff --git a/setup.py b/setup.py index f7d4510..125efcc 100644 --- a/setup.py +++ b/setup.py @@ -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',