bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 24 Jan 2018 11:34:44 +0100
changeset 12252 64c4edac1706
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pkg] Drop custom install_lib command and use include_package_data instead The custom install_lib command appeared to be meant to install package data, as declared in __pkginfo__.py. Let's rely on setuptools' include_package_data[1] option to handle this. [1]: http://setuptools.readthedocs.io/en/latest/setuptools.html#including-data-files

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