exclude tests from the installing packages (#478)
fixes https://github.com/CadQuery/cadquery/issues/181
This commit is contained in:
2
setup.py
2
setup.py
@ -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",
|
||||
|
Reference in New Issue
Block a user