diff --git a/pyproject.toml b/pyproject.toml index 6025565..5e5a008 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/setup.py b/setup.py index ad1ad5d..25916f6 100644 --- a/setup.py +++ b/setup.py @@ -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", +)