We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3f2d5 commit 1ca1f7fCopy full SHA for 1ca1f7f
setup.py
@@ -32,7 +32,7 @@ def ignore_git_requirements(requirements):
32
REQUIRES_PYTHON = '>=3.10'
33
34
setup(
35
- name=PROJECT_NAME,
+ name=PROJECT_NAME.lower().replace("-", "_"),
36
version=VERSION,
37
url='https://github.com/Drakkar-Software/OctoBot',
38
license='GPL-3.0',
0 commit comments