Skip to content

Commit

Permalink
Trying a way to resolve the datasets issue pyt-team#195. Will need to…
Browse files Browse the repository at this point in the history
… raise a PR for this to test out the solution
  • Loading branch information
devendragovil committed Sep 12, 2023
1 parent 5570330 commit 76ee243
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ repository="https://github.com/pyt-team/TopoNetX"
[tool.setuptools.dynamic]
version = {attr = "toponetx.__version__"}

[tool.setuptools.package-data]
datasets = ["*.obj", "*.npy"]

[tool.setuptools.packages.find]
include = [
"toponetx",
Expand Down

0 comments on commit 76ee243

Please sign in to comment.