diff --git a/setup.cfg b/setup.cfg index 487ed30d..603daa71 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bdist_wheel] -python-tag = py35 +python-tag = py36 [aliases] test=pytest diff --git a/setup.py b/setup.py index c4a1e576..4e1c2bb3 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ setup( ], tests_require=tests_require, entry_points={'console_scripts': ['ocrmypdf = ocrmypdf.__main__:run']}, - package_data={'ocrmypdf': ['data/sRGB.icc']}, + package_data={'ocrmypdf': ['data/sRGB.icc', 'py.typed']}, include_package_data=True, zip_safe=False, project_urls={