cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 24 Jan 2018 11:40:12 +0100
changeset 12254 2060ee44ea9a
parent 12253 9165f4b7426b
permissions -rwxr-xr-x
[pkg] Replace custom "scripts" handling by a setuptools entry points http://setuptools.readthedocs.io/en/latest/setuptools.html#automatic-script-creation

from cubicweb.cwctl import run

run()