commit bbe91ccd207ea20c39d74e1d63b755907228893b Author: vaydheesh Date: Thu Jul 18 23:45:22 2019 +0530 added: py.typed PEP 561 diff --git a/apertium/py.typed b/apertium/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index cb4d7eb..dd9aa98 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ setup( 'distro', ], test_suite='tests', + package_data={'apertium': ['py.typed']}, packages=find_packages(exclude=['tests']), cmdclass={ 'install': PostInstallCommand,