From 2b42c6a3ead7c2bd35bbea1c6d704a4f89a4c8a2 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 26 May 2013 20:07:12 +0200 Subject: Update setup.py to use distutils MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (use new default directory, install the plugins as a separate python moduleā€¦) --- scripts/poezio | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/poezio (limited to 'scripts') diff --git a/scripts/poezio b/scripts/poezio new file mode 100755 index 00000000..665edcaa --- /dev/null +++ b/scripts/poezio @@ -0,0 +1,4 @@ +#!/usr/bin/python3 + +from poezio import main +main() -- cgit v1.2.3