summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4fb6f3f..f757569 100755
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ def _main():
description="Client library for interacting with Gerrit",
long_description=open('README.rst').read(),
version=__version__,
- license="The MIT License",
+ license=open('LICENSE').read(),
author="David Pursehouse",
author_email="david.pursehouse@sonymobile.com",
maintainer="David Pursehouse",