Skip to content

Commit

Permalink
Add supporting function modules to installation
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefmoazzam committed Jan 10, 2025
1 parent beb7323 commit a602147
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ build-backend = "setuptools.build_meta"

[tool.setuptools]
include-package-data = true
packages = ["httomo_backends",
"httomo_backends.scripts",
"httomo_backends.methods_database",
"httomo_backends.methods_database.packages.backends.httomolibgpu",
"httomo_backends.methods_database.packages.backends.httomolib",
"httomo_backends.methods_database.packages.backends.tomopy",
]

[tool.setuptools.packages.find]
where = ["."]
include = ["httomo_backends*"]

[tool.setuptools.package-data]
httomo_backends = [
Expand Down

0 comments on commit a602147

Please sign in to comment.