Skip to content

Commit

Permalink
fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
phycodurus committed Nov 7, 2023
1 parent 11691dc commit a5616cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "tomtoolkit" # must match PyPI package name
packages = [ # tell poetry build that the repo is named tom_base (which != name, above)
{ include="*", from="." },
{ include="tom_base", from=".." },
]
version = "0.0.0" # version supplied by poetry-dynamic-versioning
description = "TOM Toolkit and base modules"
Expand Down

0 comments on commit a5616cd

Please sign in to comment.