Skip to content

Commit

Permalink
Merge pull request #215 from mgorny/poetry-fix
Browse files Browse the repository at this point in the history
Do not include documentation files in wheels
  • Loading branch information
TkTech authored Apr 3, 2023
2 parents bde0153 + 6a84610 commit 61315ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ classifiers = [
'Topic :: Software Development :: Libraries :: Python Modules'
]
include = [
"CHANGELOG",
"README.md",
"LICENSE"
{ path = "CHANGELOG", format = "sdist" },
{ path = "README.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 61315ea

Please sign in to comment.