Skip to content

Commit

Permalink
docs: fix module name in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matveypashkovskiy committed Dec 21, 2020
1 parent ebfdd66 commit 7f18303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7f18303

Please sign in to comment.