Skip to content

Commit

Permalink
feat: add py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
Impro02 committed May 22, 2024
1 parent 0703dc7 commit f752b25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Empty file added alphaz_next/py.typed
Empty file.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = "0.7.0"
version = "0.7.1"

with open("requirements.txt") as f:
required_packages = f.read().splitlines()
Expand Down Expand Up @@ -31,4 +31,6 @@
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
],
package_data={"alphaz_next": ["py.typed"]},
include_package_data=True,
)

0 comments on commit f752b25

Please sign in to comment.