Skip to content

Commit

Permalink
Fixed including cosmolog bin package
Browse files Browse the repository at this point in the history
Relying on setuptools automatic package discovery doesn't seem to work well for
this directory layout, so we explicity set the packages list.
  • Loading branch information
oldpatricka committed Mar 7, 2024
1 parent 79cea4c commit ff4cde4
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
Expand Up @@ -58,7 +58,7 @@ test = [
human = "cosmolog.bin.cli:human"

[tool.setuptools]
packages = ["cosmolog"]
packages = ["cosmolog", "cosmolog.bin"]

[tool.versioningit]
default-version = "0.0.0" # for shallow clones in CI
Expand Down

0 comments on commit ff4cde4

Please sign in to comment.