Skip to content

Commit

Permalink
Do not install py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Jan 8, 2025
1 parent 39b3b15 commit b89c31b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ license = "BSD-3-Clause"
packages = [
{include = "ampel"}
]
exclude = [
"ampel/py.typed",
]
include = [
'conf/*/*.json',
'conf/*/*/*.json',
Expand All @@ -19,7 +22,6 @@ include = [
[tool.poetry.dependencies]
python = "^3.10"
ampel-interface = {version = ">=0.10.4.post0,<0.11"}

astropy = ">=5"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit b89c31b

Please sign in to comment.