Change wheel tag to py36, update package_data to include py.typed

This commit is contained in:
James R. Barlow
2020-12-12 16:49:04 -08:00
parent ad202693b3
commit 7fe2954ede
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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={