aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorElvis Pranskevichus <elvis@edgedb.com>2021-04-22 09:48:29 -0700
committerElvis Pranskevichus <elvis@edgedb.com>2021-04-22 09:48:29 -0700
commit67c5edfb8284e39ab6a0be9a4644ede306c6e9bd (patch)
treed9e4737aa63dd5761f8f3430e05b474827734947 /MANIFEST.in
parent8868cbc8ef6823cc857220668e10be670a171473 (diff)
downloadimmutables-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.in2
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