diff --git a/distclean.sh b/distclean.sh deleted file mode 100755 index 2585116..0000000 --- a/distclean.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -python setup.py clean -rm -r MANIFEST dist/* build/* Lib/*.egg-info .tox -rm Lib/_ldap.so Lib/*.py? Lib/ldap/*.py? Lib/ldap/*/*.py? Tests/*.py? *.py?