Skip to content

Commit 5359683

Browse files
packaging: fix included files list
Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
1 parent 314f291 commit 5359683

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,13 @@ __version__ = {version_tuple!r}
5050
[tool.hatch.build.targets.sdist]
5151
include = [
5252
"testscenarios*",
53-
"APACHE-2.0",
54-
"AUTHORS",
53+
"Apache-2.0",
5554
"BSD",
56-
"ChangeLog",
5755
"COPYING",
5856
"GOALS",
5957
"HACKING",
6058
"Makefile",
6159
"NEWS",
6260
"README.rst",
63-
"tox.ini",
6461
"doc/*.py",
6562
]

0 commit comments

Comments
 (0)