diff --git a/MANIFEST.in b/MANIFEST.in index ae514141a..d5bd0136c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,6 @@ include CHANGELOG include LICENSE -include Scripts/pdfcat recursive-include Resources * +recursive-include Sample_Code * +recursive-include Scripts * +recursive-include Tests * diff --git a/setup.cfg b/setup.cfg index 97acc6e8b..de273e705 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,5 +30,5 @@ classifiers = Topic :: Software Development :: Libraries :: Python Modules [options] -packages = PyPDF2, Scripts, Tests, Sample_Code +packages = PyPDF2 python_requires = >=2.7