Skip to content

Commit 334787b

Browse files
authored
build: explicitly specify packages in pyproject.toml (#2280)
The default behaviour makes it more of a hassle to republish RDFLib to a separate package, something which I plan to do for testing purposes and possibly other reasons. More changes may follow in a similar vein.
1 parent 7beae75 commit 334787b

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
@@ -22,6 +22,9 @@ classifiers=[
2222
"Natural Language :: English"
2323
]
2424
readme = "README.md"
25+
packages = [
26+
{ include = "rdflib" },
27+
]
2528

2629
[tool.poetry.scripts]
2730
rdfpipe = 'rdflib.tools.rdfpipe:main'

0 commit comments

Comments
 (0)