Skip to content

Commit 657598f

Browse files
committed
Merge PR #59
2 parents 250cf8b + 9b012c1 commit 657598f

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
@@ -15,9 +15,9 @@ classifiers = [
1515
"Topic :: Software Development :: Libraries"
1616
]
1717
include = [
18-
"COPYING",
19-
"NEWS",
20-
"README.adoc",
18+
{ path = "COPYING", format = "sdist" },
19+
{ path = "NEWS", format = "sdist" },
20+
{ path = "README.adoc", format = "sdist" },
2121
"tests/",
2222
]
2323

0 commit comments

Comments
 (0)