Skip to content

Commit f82e19f

Browse files
Update (lowercase) package name to match wheel name format that is required on PyPI (#420)
Co-authored-by: Sylwester Arabas <[email protected]>
1 parent 9220d5a commit f82e19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def build_extension(self, ext): # pylint: disable=too-many-branches
123123
# The information here can also be placed in setup.cfg - better separation of
124124
# logic and declaration, and simpler if you include description/version in a file.
125125
setup(
126-
name="PyPartMC",
126+
name="pypartmc",
127127
use_scm_version={
128128
"local_scheme": "no-local-version",
129129
"version_scheme": "post-release",

0 commit comments

Comments
 (0)