cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 19 May 2016 14:57:41 +0200
changeset 11455 d686c4e8cdb2
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[devtools] Adjust skeleton setup.py to have it read information from __pkginfo__.py Since the later is now installed in cubicweb_<CUBENAME> directory. Add a test ensuring that `python setup.py sdist` works on newly created cube (which should at least verify that setup.py is valid). Related to #13001466.

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])