exclude tests from the installing packages (#478)

fixes https://github.com/CadQuery/cadquery/issues/181
This commit is contained in:
Sergey Alirzaev
2020-10-13 19:28:25 +03:00
committed by GitHub
parent c3e9ef5485
commit 7f26c3b3c6

View File

@ -30,7 +30,7 @@ setup(
author_email="dave.cowden@gmail.com",
description="CadQuery is a parametric scripting language for creating and traversing CAD models",
long_description=open("README.md").read(),
packages=find_packages(),
packages=find_packages(exclude=("tests",)),
include_package_data=True,
zip_safe=False,
platforms="any",