Skip to content

Commit ff4cde4

Browse files
committed
Fixed including cosmolog bin package
Relying on setuptools automatic package discovery doesn't seem to work well for this directory layout, so we explicity set the packages list.
1 parent 79cea4c commit ff4cde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test = [
5858
human = "cosmolog.bin.cli:human"
5959

6060
[tool.setuptools]
61-
packages = ["cosmolog"]
61+
packages = ["cosmolog", "cosmolog.bin"]
6262

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

0 commit comments

Comments
 (0)