Skip to content

Commit

Permalink
Do not include CHANGELOG.md in wheels
Browse files Browse the repository at this point in the history
This keeps CHANGELOG.md from getting installed to the site-packages
directory.
  • Loading branch information
s-hamann committed Dec 24, 2024
1 parent 204fc80 commit 1a2ba99
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 @@ -13,7 +13,9 @@ classifiers = [
"Typing :: Typed",
]
packages = [{ include = "desec.py" }]
include = ["CHANGELOG.md"]
include = [
{ path = "CHANGELOG.md", format = "sdist" },
]

[tool.poetry.urls]
"Issue Tracker" = "https://github.com/s-hamann/desec-dns/issues"
Expand Down

0 comments on commit 1a2ba99

Please sign in to comment.