Skip to content
Prev Previous commit
remobe include_package_data() from setup.py. py.types listed in MANIF…
…EST.INI
  • Loading branch information
Yobmod committed Jun 30, 2021
commit a908d43e2cb6108f1c3d059e7574abb35add434f
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def build_py_modules(basedir, excludes=[]):
license="BSD",
url="https://github.com/gitpython-developers/GitPython",
packages=find_packages(exclude=("test.*")),
package_data={'git': ['**/*.pyi', 'py.typed']},
# package_data={'git': ['**/*.pyi', 'py.typed']},
include_package_data=True,
py_modules=build_py_modules("./git", excludes=["git.ext.*"]),
package_dir={'git': 'git'},
Expand Down