From 364299cf2701e2bda4badbce47421d8dafa7a0c6 Mon Sep 17 00:00:00 2001 From: Fanny Sarrazin Date: Sat, 18 Feb 2023 20:18:50 +0100 Subject: [PATCH] update package name in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fdec37a..7a34ead 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ long_description = f.read() setup( - name='SAFEpython', # Required + name='safepython', # Required version='0.1.1', # Required description='A Python implementation of the SAFE toolbox for sensitivity analysis', # Optional long_description=long_description, # Optional