Skip to content

Commit 8754157

Browse files
committed
Merge branch 'release/3.4.4'
2 parents 018a0ca + f3f1bfd commit 8754157

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

python_utils/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
)
88
__url__: str = 'https://github.com/WoLpH/python-utils'
99
# Omit type info due to automatic versioning script
10-
__version__ = '3.4.3'
10+
__version__ = '3.4.4'

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)