diff --git a/MANIFEST.in b/MANIFEST.in index 91f371be..91d13d5a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include *.md \ No newline at end of file +include AUTHORS.md LICENSE.txt README.md test.py \ No newline at end of file diff --git a/setup.py b/setup.py index e86f94c5..c4477e87 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,8 @@ except ImportError: from setuptools import setup -if sys.argv[-1] == 'test': - os.system('python test.py') +if sys.argv[-1] == "test": + os.system("python test.py") sys.exit()