summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmon <Harmon758@gmail.com>2021-01-10 09:04:55 -0600
committerHarmon <Harmon758@gmail.com>2021-01-10 09:04:55 -0600
commitdd3cdfc9d647ecb020625351e0ff3a7346e1918d (patch)
tree8cfc988fd5054a59d2dce628241637ce6a092364
parent2765dfd72cd5b0958ec574bea867f5dc1c086ab0 (diff)
downloadgitpython-dd3cdfc9d647ecb020625351e0ff3a7346e1918d.tar.gz
Add license argument to setup.py
Resolves #1106
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 306fd18d..ef9dd33d 100755
--- a/setup.py
+++ b/setup.py
@@ -92,6 +92,7 @@ setup(
description="Python Git Library",
author="Sebastian Thiel, Michael Trier",
author_email="byronimo@gmail.com, mtrier@gmail.com",
+ license="BSD",
url="https://github.com/gitpython-developers/GitPython",
packages=find_packages(exclude=("test.*")),
include_package_data=True,