diff --git a/.gitignore b/.gitignore index 20b9a5b..f463de6 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ __pycache__/ env/ build/ develop-eggs/ -#dist/ +dist/ downloads/ eggs/ .eggs/ @@ -58,4 +58,5 @@ target/ .idea -tests/fixtures/dist/*.pdf \ No newline at end of file +tests/fixtures/dist/*.pdf +.DS_Store \ No newline at end of file diff --git a/setup.py b/setup.py index e1bea54..d68bf2b 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='PyInvoice', version='0.1.0', - packages=['pyinvoice'], + packages=['pyinvoice', 'tests'], include_package_data=True, license='MIT License', description='Invoice/Receipt generator',