Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
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:])