Skip to content

Commit

Permalink
build: include test in sdist (#2282)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bollwyvl committed Mar 17, 2023
1 parent bea782f commit e3884b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Expand Up @@ -25,6 +25,9 @@ readme = "README.md"
packages = [
{ include = "rdflib" },
]
include = [
{ path = "test", format = "sdist" },
]

[tool.poetry.scripts]
rdfpipe = 'rdflib.tools.rdfpipe:main'
Expand Down

0 comments on commit e3884b7

Please sign in to comment.