bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 24 Jan 2018 12:03:21 +0100
changeset 12257 39cd3c7eb2e8
parent 12253 9165f4b7426b
child 12779 44147dab9d27
permissions -rwxr-xr-x
[pkg] Use setuptools.find_packages() We drop the custom get_packages() function in setup.py that used to look for test files (not discovered automatically since test directories are not packages) and replace it by explicit entries in MANIFEST.in.

#!/usr/bin/env python
from cubicweb.cwctl import run
run()