add py.typed to wheel

This commit is contained in:
Thomas Grainger 2021-03-21 14:04:20 +00:00
parent e1fbe9b712
commit 3958152f86
No known key found for this signature in database
GPG Key ID: E452A1247BAC1A88
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ zip_safe = False
where = src
exclude = exampleproj
[options.package_data]
incremental = py.typed
[options.entry_points]
distutils.setup_keywords =
use_incremental = incremental:_get_version