We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d2557 commit f4cfaa1Copy full SHA for f4cfaa1
mcbackend/py.typed
setup.py
@@ -38,6 +38,7 @@ def get_version():
38
"License :: OSI Approved :: GNU Affero General Public License v3",
39
"Intended Audience :: Science/Research",
40
],
41
+ package_data={"mcbackend": ["py.typed"]},
42
install_requires=[open(pathlib.Path(ROOT, "requirements.txt")).readlines()],
43
python_requires=">=3.7",
44
)
0 commit comments