Skip to content

Commit 7794d2f

Browse files
committed
Normalize project name for pypi
In the future, PyPI will require all newly uploaded source distribution filenames to comply with PEP 625. Fixes #482
1 parent 91ee1d1 commit 7794d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def get_meta(name):
5656
}
5757

5858
setup(
59-
name="radish-bdd",
59+
name="radish_bdd",
6060
version=get_meta("version"),
6161
license=get_meta("license"),
6262
description=get_meta("description"),

0 commit comments

Comments
 (0)