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',