Skip to content

Commit

Permalink
Remove include statement for py.typed
Browse files Browse the repository at this point in the history
This is unnecessary as Poetry already includes it without the
explicit pyproject.toml include entry.
  • Loading branch information
srstevenson committed Oct 19, 2024
1 parent 9c4d3a3 commit 6dc17e6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ homepage = "https://github.com/srstevenson/xdg-base-dirs"
repository = "https://github.com/srstevenson/xdg-base-dirs"
keywords = ["xdg", "base", "directory", "specification"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Natural Language :: English",
"Operating System :: Unix",
"Operating System :: Microsoft :: Windows",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Natural Language :: English",
"Operating System :: Unix",
"Operating System :: Microsoft :: Windows",
]
include = ["src/xdg_base_dirs/py.typed"]

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
Expand Down

0 comments on commit 6dc17e6

Please sign in to comment.