Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
hadifawaz1999 committed Jul 29, 2024
1 parent d5e3c96 commit 00e5be3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
recursive-include elastic_warp_vis *.py
recursive-include elastic_warping_vis *.py
include LICENSE
include MANIFEST.in
include pyproject.toml
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ dev = [
]

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

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

0 comments on commit 00e5be3

Please sign in to comment.