diff --git a/setup.py b/setup.py index 1d345a6..ad357f6 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ REQUIRES_PYTHON = '>=3.8' setup( - name=PROJECT_NAME, + name=PROJECT_NAME.lower().replace("-", "_"), version=VERSION, url='https://github.com/Drakkar-Software/OctoBot-Services', license='LGPL-3.0',