diff --git a/setup.py b/setup.py index 677aa9e..3663d8f 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ REQUIRES_PYTHON = '>=3.8' setup( - name=PROJECT_NAME, + name=PROJECT_NAME.lower().replace("-", "_"), version=VERSION, url='https://github.com/Drakkar-Software/OctoBot-Backtesting', license='LGPL-3.0',