Skip to content

Commit 18f96e7

Browse files
committed
added py.typed
1 parent 8e3218c commit 18f96e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
url=about['__url__'],
2626
license='BSD',
2727
packages=setuptools.find_packages(
28-
exclude=['_python_utils_tests', '*.__pycache__']
28+
exclude=['_python_utils_tests', '*.__pycache__'],
2929
),
30+
package_data={'python_utils': ['py.typed']},
3031
long_description=long_description,
3132
tests_require=['pytest'],
3233
extras_require={

0 commit comments

Comments
 (0)