[02:14] In fact, if you really want no tests packages at all, you’ll need something like this: [02:14] find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]) [02:14] smoser: ^ [02:15] smoser: found out why we have that [02:16] though we already have packages=setuptools.find_packages(exclude=['tests.*', 'tests']), [02:16] so.. meh === rangerpbzzzz is now known as rangerpb