We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc37d15 commit 02b4fffCopy full SHA for 02b4fff
setup.py
@@ -94,6 +94,7 @@ def build_py_modules(basedir, excludes=()):
94
license="BSD",
95
url="https://github.com/gitpython-developers/GitPython",
96
packages=find_packages(exclude=("test.*")),
97
+ package_data={'git': ['**/*.pyi', 'py.typed']},
98
include_package_data=True,
99
py_modules=build_py_modules("./git", excludes=["git.ext.*"]),
100
package_dir={'git': 'git'},
0 commit comments