From e18f7b4754884d0f5e557dd1283704a1f036b37b Mon Sep 17 00:00:00 2001 From: Richard Lupat Date: Wed, 30 Aug 2023 11:51:23 +1000 Subject: [PATCH] Update package name for pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae8c7edd..e7deb689 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ fixed_unix_version = f"janis-pipelines.unix==" + JANIS_UNIX_VERSION setup( - name="janis pipelines", + name="janis-pipelines", version=__version__, description=DESCRIPTION, url=githuburl,