diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README similarity index 100% rename from README.md rename to README diff --git a/setup.py b/setup.py index 3607822..2efc2c1 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ setup( description = 'Python module to allow a print line to be updated after printing', long_description = LONG_DESCRIPTION, author = 'Jake Howard', + author_email = 'me@theorangeone.net', url = 'https://github.com/RealOrangeOne/Printr', license='MIT', platforms=['any']