10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2765dfd commit dd3cdfcCopy full SHA for dd3cdfc
setup.py
@@ -92,6 +92,7 @@ def build_py_modules(basedir, excludes=[]):
92
description="Python Git Library",
93
author="Sebastian Thiel, Michael Trier",
94
author_email="byronimo@gmail.com, mtrier@gmail.com",
95
+ license="BSD",
96
url="https://github.com/gitpython-developers/GitPython",
97
packages=find_packages(exclude=("test.*")),
98
include_package_data=True,
0 commit comments