diff --git a/setup.py b/setup.py index c459522..a4da69a 100644 --- a/setup.py +++ b/setup.py @@ -57,4 +57,10 @@ 'ipymd' ], extras_require={'test': ["nose", "pep8", "flake8"]}, - classifiers=classifiers) + classifiers=classifiers, + package_data={'americangut': ['tests', + 'tests/data', + 'latex', + 'latex/pdfs-gut', + 'latex/pdfs-oralskin']} + )