diff --git a/bin/idzip b/bin/idzip deleted file mode 100644 index 6362a50..0000000 --- a/bin/idzip +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec python -m idzip.command "$@" diff --git a/setup.py b/setup.py index b65d3c5..f699ab2 100644 --- a/setup.py +++ b/setup.py @@ -26,5 +26,4 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3', ], - scripts=['bin/idzip'] )