added 5 commits
July 12, 2020 15:01This should ensure that tests are NOT packaged into release package by setuptools, as tests are development only + fixtures after moving Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
by using exclude feature of find_packages. py_modules are determined by new function, which recursively scans the base dir but omits the external modules. Plus remove now obselete package_data setting Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
and remove all previously used test related settings Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
priv-kweihmann
changed the title
[RFC/WIP] move test and avoid packaging them
[RFC/WIP] move tests and avoid packaging them