diff --git a/setup.py b/setup.py index 72e4615a..e235b0ad 100755 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ setuptools.setup( python_requires='>=3.6', url='https://github.com/kellyjonbrazil/jc', packages=setuptools.find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']), + package_data={'jc': ['py.typed']}, entry_points={ 'console_scripts': [ 'jc=jc.cli:main'