1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

add py.typed file to wheel

This commit is contained in:
Kelly Brazil
2023-03-18 15:43:22 -07:00
parent dbbc310082
commit c68bf674a1

View File

@ -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'