aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
AgeCommit message (Collapse)Author
2021-08-07Consolidate mypy and pytest config into pyproject.tomlElvis Pranskevichus
2021-08-03Refactor typingsBryan Forbes
* Improve typing of `__init__()` * Update typing of `Map`-producing functions to produce the correct type * Update typing of other methods to more closely align with `Mapping` * Add protocol classes for unexposed data structures * Export protocol classes for ease of use in typed code * Update stub file to pass in mypy strict mode
2021-04-22Clarify the license of the included pythoncapi_compat.h headerElvis Pranskevichus
The `pythoncapi_compat.h` header is distributed under the MIT license, so include the full text of the license in the header and mention it in the top level LICENSE file. Fixes: #64
2019-10-11Include py.typed/*.pyi in MANIFEST.inYury Selivanov
2018-03-30Add MANIFEST.inYury Selivanov