Skip to content

Commit

Permalink
build: explicitly specify packages in pyproject.toml
Browse files Browse the repository at this point in the history
The default behaviour makes it more of a hassle to republish RDFLib to
a seperate package, something which I plan to do for testing purposes
and possibly other reasons.

More changes may follow in a similar vein.
  • Loading branch information
aucampia committed Mar 16, 2023
1 parent 7beae75 commit be3050f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ classifiers=[
"Natural Language :: English"
]
readme = "README.md"
packages = [
{ include = "rdflib" },
]

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

0 comments on commit be3050f

Please sign in to comment.