Updating the readme for new pip install instructions

This commit is contained in:
Jeremy Wright
2022-05-24 10:54:15 -04:00
parent 893c79984f
commit 9c2f5f32ff
2 changed files with 32 additions and 1 deletions

View File

@ -46,6 +46,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(),
long_description_content_type="text/markdown",
packages=find_packages(exclude=("tests",)),
python_requires=">=3.8,<3.11",
setup_requires=setup_reqs,