summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergiu <36699660+sergiuser1@users.noreply.github.com>2020-02-11 11:03:23 +0100
committerRobert Collins <robertc@robertcollins.net>2020-02-11 23:33:44 +1300
commitfd940ec631d3540eee8939cd0c304254bd42587d (patch)
tree34006c435e9377d0135e6faf8c14b69ad776276f
parent60428a5cecb086b4af8c20ed98d99ca296f6d6fb (diff)
downloadsubunit-git-fd940ec631d3540eee8939cd0c304254bd42587d.tar.gz
Add license to setup.py
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6960d7d..0de577e 100755
--- a/setup.py
+++ b/setup.py
@@ -67,6 +67,7 @@ setup(
author='Robert Collins',
author_email='subunit-dev@lists.launchpad.net',
url='http://launchpad.net/subunit',
+ license='Apache-2.0 or BSD',
project_urls={
"Bug Tracker": "https://bugs.launchpad.net/subunit",
"Source Code": "https://github.com/testing-cabal/subunit/",