Skip to content

Commit 4fa391f

Browse files
Update package name to lowercase in setup.py to match binary distribution format that is required on PyPi (#1528)
1 parent ac289d1 commit 4fa391f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_long_description():
2121
_32bit = platform.architecture()[0] == "32bit"
2222

2323
setup(
24-
name="PySDM",
24+
name="pysdm",
2525
description="Pythonic particle-based (super-droplet) warm-rain/aqueous-chemistry"
2626
" cloud microphysics package with box, parcel & 1D/2D prescribed-flow"
2727
" examples in Python, Julia and Matlab",

0 commit comments

Comments
 (0)