Skip to content

Commit

Permalink
Merge pull request #21 from planetlabs/fix-bin-package
Browse files Browse the repository at this point in the history
Fixed including cosmolog bin package
  • Loading branch information
isilien authored Mar 7, 2024
2 parents 79cea4c + ff4cde4 commit cde6da6
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 cde6da6

Please sign in to comment.