Skip to content

Commit

Permalink
Don't include Changelog with wheel
Browse files Browse the repository at this point in the history
Fixes #117
  • Loading branch information
sco1 committed Jun 15, 2021
1 parent 5a8f796 commit 3419a22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Expand Up @@ -26,7 +26,10 @@ classifiers = [
"Topic :: Software Development :: Quality Assurance",
"Typing :: Typed",
]
include = ["CHANGELOG.md"]

include = [
{path = "./CHANGELOG.md", format = "sdist"}
]

[tool.poetry.urls]
"Issue Tracker" = "https://github.com/sco1/flake8-annotations/issues"
Expand Down

0 comments on commit 3419a22

Please sign in to comment.