Skip to content

Commit

Permalink
Merge pull request #714 from jaraco/feature/runpy-invoke
Browse files Browse the repository at this point in the history
Add runpy hook, allowing invocation with 'python -m gitlab'.
  • Loading branch information
gpocentek committed Mar 21, 2019
2 parents 768ce19 + cd2a14e commit a3a7713
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gitlab/__main__.py
@@ -0,0 +1,4 @@
import gitlab.cli


__name__ == '__main__' and gitlab.cli.main()

0 comments on commit a3a7713

Please sign in to comment.