Skip to content

Commit 02b4fff

Browse files
authored
re-add package data for py.typed
Need for pypi install?
1 parent bc37d15 commit 02b4fff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def build_py_modules(basedir, excludes=()):
9494
license="BSD",
9595
url="https://github.com/gitpython-developers/GitPython",
9696
packages=find_packages(exclude=("test.*")),
97+
package_data={'git': ['**/*.pyi', 'py.typed']},
9798
include_package_data=True,
9899
py_modules=build_py_modules("./git", excludes=["git.ext.*"]),
99100
package_dir={'git': 'git'},

0 commit comments

Comments
 (0)