bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 21 Nov 2016 14:52:33 +0100
changeset 11856 92e9cbc6fc57
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pkg] Configure "universal" wheel build According to https://packaging.python.org/distributing/#wheels, we should create universal wheels (no 2to3 step, no C extension). Configure this in setup.cfg. [ci skip]

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