Fixed requirements.txt and setup.py

This commit is contained in:
adam-urbanczyk
2017-10-22 21:07:08 +02:00
parent be8fcdce01
commit a6f4122d37
2 changed files with 1 additions and 2 deletions

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=['cadquery','cadquery.contrib','cadquery.freecad_impl','cadquery.plugins','tests'],
packages=['cadquery','cadquery.contrib','cadquery.occ_impl','cadquery.plugins','tests'],
install_requires=['pyparsing'],
include_package_data=True,
zip_safe=False,