Skip to content

Commit e3884b7

Browse files
authored
build: include test in sdist (#2282)
A perhaps minor regression from earlier versions is that the sdist does not include the test folder, which makes it harder for downstreams to use a single source of truth to build and test a reliable package. This restores the test folder for sdists.
1 parent bea782f commit e3884b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ readme = "README.md"
2525
packages = [
2626
{ include = "rdflib" },
2727
]
28+
include = [
29+
{ path = "test", format = "sdist" },
30+
]
2831

2932
[tool.poetry.scripts]
3033
rdfpipe = 'rdflib.tools.rdfpipe:main'

0 commit comments

Comments
 (0)