diff --git a/distclean.sh b/distclean.sh new file mode 100755 index 0000000..2585116 --- /dev/null +++ b/distclean.sh @@ -0,0 +1,5 @@ +#!/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?