Skip to content

Commit 720ec53

Browse files
committed
Include py.typed in distribution
1 parent 8e21a65 commit 720ec53

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

analytix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
)
3939

4040
__productname__ = "analytix"
41-
__version__ = "3.3.0"
41+
__version__ = "3.3.1"
4242
__description__ = "A simple yet powerful wrapper for the YouTube Analytics API."
4343
__url__ = "https://github.com/parafoxia/analytix"
4444
__docs__ = "https://analytix.readthedocs.io"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,5 @@ def parse_requirements(path: str) -> list[str]:
124124
},
125125
python_requires=">=3.7.0,<3.12",
126126
packages=setuptools.find_packages(),
127+
package_data={"analytix": ["py.typed"]},
127128
)

0 commit comments

Comments
 (0)