Skip to content

Commit

Permalink
re-add package data for py.typed
Browse files Browse the repository at this point in the history
Need for pypi install?
  • Loading branch information
Yobmod authored Jul 23, 2021
1 parent bc37d15 commit 02b4fff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,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']},
include_package_data=True,
py_modules=build_py_modules("./git", excludes=["git.ext.*"]),
package_dir={'git': 'git'},
Expand Down

0 comments on commit 02b4fff

Please sign in to comment.