diff options
author | Elvis Pranskevichus <elvis@edgedb.com> | 2021-04-22 09:48:29 -0700 |
---|---|---|
committer | Elvis Pranskevichus <elvis@edgedb.com> | 2021-04-22 09:48:29 -0700 |
commit | 67c5edfb8284e39ab6a0be9a4644ede306c6e9bd (patch) | |
tree | d9e4737aa63dd5761f8f3430e05b474827734947 /MANIFEST.in | |
parent | 8868cbc8ef6823cc857220668e10be670a171473 (diff) | |
download | immutables-67c5edfb8284e39ab6a0be9a4644ede306c6e9bd.tar.gz immutables-67c5edfb8284e39ab6a0be9a4644ede306c6e9bd.zip |
Clarify the license of the included pythoncapi_compat.h header
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
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 26fa57e..d3f372b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ recursive-include tests *.py recursive-include immutables *.py *.c *.h *.pyi -include LICENSE README.rst +include LICENSE* NOTICE README.rst bench.png include immutables/py.typed |