We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
blurb
2 parents 0cc1c1a + 3529a9e commit b94ca99Copy full SHA for b94ca99
src/blurb/__main__.py
@@ -1,5 +1,5 @@
1
-"""Run blurb using `python3 blurb/`."""
2
-import blurb
+"""Run blurb using ``python3 -m blurb``."""
+from blurb import blurb
3
4
5
if __name__ == '__main__':
tox.ini
@@ -19,3 +19,5 @@ commands =
19
{posargs}
20
blurb test
21
blurb help
22
+ {envpython} -I -m blurb test
23
+ {envpython} -I -m blurb help
0 commit comments