Skip to content

Commit

Permalink
fix package specification
Browse files Browse the repository at this point in the history
  • Loading branch information
phycodurus committed Nov 7, 2023
1 parent 90042c5 commit 5d19eae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "tomtoolkit" # must match PyPI package name
packages = [ # tell poetry build that the repo is named tom_base (which != name, above)
{ include="tom_base/tom_alerts"},
{ include="tom_base/tom_base"},
{ include="tom_base/tom_catalogs"},
{ include="tom_base/tom_common"},
{ include="tom_base/tom_dataproducts"},
{ include="tom_base/tom_observations"},
{ include="tom_base/tom_setup"},
{ include="tom_base/tom_targets"},
{ include="tom_alerts"},
{ include="tom_base"},
{ include="tom_catalogs"},
{ include="tom_common"},
{ include="tom_dataproducts"},
{ include="tom_observations"},
{ include="tom_setup"},
{ include="tom_targets"},
]
version = "0.0.0" # version supplied by poetry-dynamic-versioning
description = "TOM Toolkit and base modules"
Expand Down

0 comments on commit 5d19eae

Please sign in to comment.