Add py.typed file to make CQ PEP-561 compatibile (#435)

* Add PEP-561 compatibility

This change signals to mypy that there is type annotations in the files
and they should be used to validate type information for cadquery.

See: https://mypy.readthedocs.io/en/stable/installed_packages.html#making-pep-561-compatible-packages

* Add py.typed to MANIFEST.in

* Delete MANIFEST

Co-authored-by: Adam Urbańczyk <adam-urbanczyk@users.noreply.github.com>
This commit is contained in:
Wink Saville
2020-08-14 14:48:43 -07:00
committed by GitHub
parent 5b4ca98247
commit 1a6651d67d
2 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
include README.md
include cadquery/py.typed

0
cadquery/py.typed Normal file
View File