Commit 99a62c41 authored by Mattia Rizzolo's avatar Mattia Rizzolo

Rename __main__ to main, so it can be imported

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent b9d93919
...@@ -28,7 +28,7 @@ setuptools.setup( ...@@ -28,7 +28,7 @@ setuptools.setup(
entry_points = { entry_points = {
"console_scripts": [ "console_scripts": [
"managetests = managetests.__main__:cli", "managetests = managetests.main:cli",
], ],
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment