diff --git a/setup.py b/setup.py index 365aa5d..29f45c2 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def _read_long_description(): NAME_DASHED = NAME.replace("_", "-") setup( - name=NAME, + name=NAME_DASHED, description="Coverage-based regression test selection (RTS) plugin for pytest", long_description=_read_long_description(), author="Eero Kauhanen, Matvey Pashkovskiy, Alexey Vyskubov",