bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 21 Oct 2016 18:43:13 +0200
changeset 11736 b77c82355325
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pkg] Cleanup MANIFEST.in from non-matching entries This cleans up output of setup.py executions.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])