We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e5e7a commit c0a269fCopy full SHA for c0a269f
distclean.sh
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+
3
+python setup.py clean
4
+rm -r MANIFEST dist/* build/* Lib/*.egg-info .tox
5
+rm Lib/_ldap.so Lib/*.py? Lib/ldap/*.py? Lib/ldap/*/*.py? Tests/*.py? *.py?
0 commit comments