From c0a269f60f5612dc8245a396068ff0dc949dcf3d Mon Sep 17 00:00:00 2001 From: stroeder Date: Sun, 12 Nov 2017 13:46:13 +0000 Subject: [PATCH] added distclean.sh --- distclean.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 distclean.sh 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?