Skip to content

Commit 61315ea

Browse files
authored
Merge pull request #215 from mgorny/poetry-fix
Do not include documentation files in wheels
2 parents bde0153 + 6a84610 commit 61315ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ classifiers = [
2525
'Topic :: Software Development :: Libraries :: Python Modules'
2626
]
2727
include = [
28-
"CHANGELOG",
29-
"README.md",
30-
"LICENSE"
28+
{ path = "CHANGELOG", format = "sdist" },
29+
{ path = "README.md", format = "sdist" },
30+
{ path = "LICENSE", format = "sdist" },
3131
]
3232

3333
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)