summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-10-27 18:39:32 +0100
committermathieui <mathieui@mathieui.net>2014-10-27 18:49:10 +0100
commit0f1beb89e961b22b1db875cb9278fc6a28bc50be (patch)
tree0c29c54fe945c7fecfac9b24f19242f4404acbcc /scripts
parentd2ca062eaa190cd837c5073ca83e71d2834c7059 (diff)
downloadpoezio-0f1beb89e961b22b1db875cb9278fc6a28bc50be.tar.gz
poezio-0f1beb89e961b22b1db875cb9278fc6a28bc50be.tar.bz2
poezio-0f1beb89e961b22b1db875cb9278fc6a28bc50be.tar.xz
poezio-0f1beb89e961b22b1db875cb9278fc6a28bc50be.zip
Use a setuptools entry point instead of a custom script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poezio4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/poezio b/scripts/poezio
deleted file mode 100755
index 665edcaa..00000000
--- a/scripts/poezio
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/python3
-
-from poezio import main
-main()