Skip to content

Commit

Permalink
included cgatcore.remote as a module in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Oct 29, 2024
1 parent bd5a176 commit 6b0727e
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 @@ -33,7 +33,7 @@ Homepage = "https://github.com/cgat-developers/cgat-core"

[tool.setuptools.packages.find]
where = ["."]
include = ["cgatcore", "cgatcore.pipeline"]
include = ["cgatcore", "cgatcore.pipeline", "cgatcore.remote"]

[project.optional-dependencies]
testing = ["pytest"] # include your testing dependencies

0 comments on commit 6b0727e

Please sign in to comment.