Skip to content

Commit 1ca1f7f

Browse files
committed
[Pypi] make project name PEP 625 compliant
1 parent cb3f2d5 commit 1ca1f7f

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
@@ -32,7 +32,7 @@ def ignore_git_requirements(requirements):
3232
REQUIRES_PYTHON = '>=3.10'
3333

3434
setup(
35-
name=PROJECT_NAME,
35+
name=PROJECT_NAME.lower().replace("-", "_"),
3636
version=VERSION,
3737
url='https://github.com/Drakkar-Software/OctoBot',
3838
license='GPL-3.0',

0 commit comments

Comments
 (0)