Skip to content

Commit d3d5e3d

Browse files
committed
[Pypi] make project name PEP 625 compliant
1 parent 1d61885 commit d3d5e3d

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
@@ -38,7 +38,7 @@ def run(self):
3838
REQUIRES_PYTHON = '>=3.8'
3939

4040
setup(
41-
name=PROJECT_NAME,
41+
name=PROJECT_NAME.lower().replace("-", "_"),
4242
version=VERSION,
4343
url='https://github.com/Drakkar-Software/OctoBot-Script',
4444
license='GPL-3.0',

0 commit comments

Comments
 (0)