Skip to content

Commit 2a84a4c

Browse files
Update examples package name in setup.py to match binary distribution format that is required on PyPi (#1529)
1 parent 4fa391f commit 2a84a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get_long_description():
2020
CI = "CI" in os.environ
2121

2222
setup(
23-
name="PySDM-examples",
23+
name="pysdm-examples",
2424
description="PySDM usage examples reproducing results from literature "
2525
"and depicting how to use PySDM from Python Jupyter notebooks",
2626
install_requires=[

0 commit comments

Comments
 (0)