Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
hadifawaz1999 committed Jul 29, 2024
1 parent 9428135 commit 06a35a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>61", "wheel", "toml", "build"]
build-backend = "setuptools.build_meta"

[project]
name = "elastic-warping-visualization"
name = "elastic_warp_vis"
version = "0.1.0"
description = " Visualization of Elastic Warping of Time Series Data "
authors = [
Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

from setuptools import setup

setup()
setup(
name="elastic_warp_vis",
version="0.1.0",
url="https://github.com/MSD-IRIMAS/Elastic_Warping_Vis",
)

0 comments on commit 06a35a3

Please sign in to comment.