Skip to content

Commit 4085146

Browse files
committed
add __main__.py file
I'm adding this file, so you can call pkgdev using `python -m pkgdev`. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 2c287a7 commit 4085146

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/pkgdev/__main__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from .scripts import run
2+
3+
if __name__ == '__main__':
4+
run('pkgdev')

0 commit comments

Comments
 (0)