diff options
author | mathieui <mathieui@mathieui.net> | 2014-10-27 18:39:32 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-10-27 18:49:10 +0100 |
commit | 0f1beb89e961b22b1db875cb9278fc6a28bc50be (patch) | |
tree | 0c29c54fe945c7fecfac9b24f19242f4404acbcc /scripts | |
parent | d2ca062eaa190cd837c5073ca83e71d2834c7059 (diff) | |
download | poezio-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-x | scripts/poezio | 4 |
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() |