Skip to content
Snippets Groups Projects
Commit a814f13c authored by Leandro Lanzieri's avatar Leandro Lanzieri
Browse files

add py.typed

parent 5f7772b6
Branches main
Tags v0.4.0
No related merge requests found
Pipeline #153006 passed
......@@ -6,7 +6,10 @@ from setuptools import setup
if __name__ == "__main__":
try:
setup(use_scm_version={"version_scheme": "no-guess-dev"})
setup(
package_data={"espec_pr3j": ["py.typed"]},
use_scm_version={"version_scheme": "no-guess-dev"},
)
except: # noqa
print(
"\n\nAn error occurred while building the project, "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment