Skip to content

Commit

Permalink
add py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
RicNord committed Sep 9, 2024
1 parent 6745f41 commit ac0b081
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Empty file added intropy/py.typed
Empty file.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ version = { attr = "intropy.__version__" }
include = ["intropy"]
exclude = ["{{cookiecutter.project_slug}}*", "tests*", "hooks*"]

[tool.setuptools.package-data]
intropy = ["py.typed"]

[tool.pytest.ini_options]
pythonpath = ["."]
required_plugins = ["pytest-cov", "pytest-cookies"]
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ include = ["{{ cookiecutter.project_slug }}*"]
exclude = ["data*", "tests*"]

[tool.setuptools.package-data]
{{ cookiecutter.project_slug }} = ["*.json", "*.yaml", "*.yml", "*.txt"]
{{ cookiecutter.project_slug }} = ["*.json", "*.yaml", "*.yml", "*.txt", "py.typed"]

[tool.pytest.ini_options]
pythonpath = ["."]
Expand Down
Empty file.

0 comments on commit ac0b081

Please sign in to comment.