We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bde0153 + 6a84610 commit 61315eaCopy full SHA for 61315ea
1 file changed
pyproject.toml
@@ -25,9 +25,9 @@ classifiers = [
25
'Topic :: Software Development :: Libraries :: Python Modules'
26
]
27
include = [
28
- "CHANGELOG",
29
- "README.md",
30
- "LICENSE"
+ { path = "CHANGELOG", format = "sdist" },
+ { path = "README.md", format = "sdist" },
+ { path = "LICENSE", format = "sdist" },
31
32
33
[tool.poetry.dependencies]
0 commit comments