We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 018a0ca + f3f1bfd commit 8754157Copy full SHA for 8754157
2 files changed
python_utils/__about__.py
@@ -7,4 +7,4 @@
7
)
8
__url__: str = 'https://github.com/WoLpH/python-utils'
9
# Omit type info due to automatic versioning script
10
-__version__ = '3.4.3'
+__version__ = '3.4.4'
setup.py
@@ -25,8 +25,9 @@
25
url=about['__url__'],
26
license='BSD',
27
packages=setuptools.find_packages(
28
- exclude=['_python_utils_tests', '*.__pycache__']
+ exclude=['_python_utils_tests', '*.__pycache__'],
29
),
30
+ package_data={'python_utils': ['py.typed']},
31
long_description=long_description,
32
tests_require=['pytest'],
33
extras_require={
0 commit comments