Skip to content

Commit

Permalink
manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
hadifawaz1999 committed Jul 29, 2024
1 parent 2d334dd commit ae01918
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
9 changes: 9 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
recursive-include elastic_warp_vis *.py
include LICENSE
include MANIFEST.in
include pyproject.toml
include README.md

recursive-include exps *.pdf
recursive-include exps *.mp4
recursive-include exps *.gif
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,11 @@ dev = [
]

[tool.setuptools]
packages = ["elastic_warp_vis"]
packages = ["elastic_warp_vis"]

[tool.setuptools.package-data]
elastic_warp_vis = [
"*.pdf",
"*.mp4",
"*.gif"
]

0 comments on commit ae01918

Please sign in to comment.