Skip to content

Commit

Permalink
update package name in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanny Sarrazin committed Feb 18, 2023
1 parent e24872a commit 364299c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 364299c

Please sign in to comment.