Skip to content

Commit

Permalink
Fix how packages are installed (#90)
Browse files Browse the repository at this point in the history
* Do not install in editable model

Should help us debug if packages are not discovered

* Change how packages are discovered

Using `find` so that we can automatically discover subpackages

* Revert change to CI.yml
  • Loading branch information
WardLT authored Jan 24, 2023
1 parent 26a70e2 commit c415baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ dependencies = [
"proxystore==0.4.*"
]

[tool.setuptools]
packages = ['colmena']
[tool.setuptools.packages.find]
include = ['colmena*']

[project.urls]
repository = "https://github.com/exalearn/colmena"
Expand Down

0 comments on commit c415baa

Please sign in to comment.