Skip to content

Commit 3ce3f03

Browse files
committed
[Pypi] make project name PEP 625 compliant
1 parent b413047 commit 3ce3f03

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
@@ -28,7 +28,7 @@
2828
REQUIRES_PYTHON = '>=3.10'
2929

3030
setup(
31-
name=PROJECT_NAME,
31+
name=PROJECT_NAME.lower().replace("-", "_"),
3232
version=VERSION,
3333
url='https://github.com/Drakkar-Software/OctoBot-Market-Making',
3434
license='GPL-3.0',

0 commit comments

Comments
 (0)