Skip to content

Commit

Permalink
Add license argument to setup.py
Browse files Browse the repository at this point in the history
Resolves #1106
  • Loading branch information
Harmon758 committed Jan 10, 2021
1 parent 2765dfd commit dd3cdfc
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 @@ -92,6 +92,7 @@ def build_py_modules(basedir, excludes=[]):
description="Python Git Library",
author="Sebastian Thiel, Michael Trier",
author_email="[email protected], [email protected]",
license="BSD",
url="https://github.com/gitpython-developers/GitPython",
packages=find_packages(exclude=("test.*")),
include_package_data=True,
Expand Down

0 comments on commit dd3cdfc

Please sign in to comment.