summaryrefslogtreecommitdiffstats
path: root/play-weatbag
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-01-05 16:14:49 +0000
committerThomas Kluyver <takowl@gmail.com>2013-01-05 16:14:49 +0000
commiteaeef42f0c7103de20469b9496e1d2a4f07c77ca (patch)
tree870304e6dac1703cedda22d1119d2d9d2ec3ee5a /play-weatbag
parentf89cde0eb4f11d525acdaa2bb0edbe8c48117dc3 (diff)
Add setup.py
Diffstat (limited to 'play-weatbag')
-rwxr-xr-xplay-weatbag4
1 files changed, 4 insertions, 0 deletions
diff --git a/play-weatbag b/play-weatbag
new file mode 100755
index 0000000..dc36b82
--- /dev/null
+++ b/play-weatbag
@@ -0,0 +1,4 @@
+#!/usr/bin/python3
+from weatbag import main
+
+main()