summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorYobmod <yobmod@gmail.com>2021-06-30 18:39:17 +0100
committerYobmod <yobmod@gmail.com>2021-06-30 18:39:17 +0100
commit75dbf90efb5e292bac5f54700f7f0efedf3e47d5 (patch)
treebba00a52d365d930a2785d166be348c8ed4e093e /MANIFEST.in
parent2d2ff037f9f7a9ae33e5f4f6bdb75b669a1af19a (diff)
downloadgitpython-75dbf90efb5e292bac5f54700f7f0efedf3e47d5.tar.gz
move py.typed from setup.py to MANIFEST.INI
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index f02721fc..eac2a151 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,6 +6,7 @@ include README.md
include VERSION
include requirements.txt
include test-requirements.txt
+include git/py.typed
recursive-include doc *
recursive-exclude test *