summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-11 01:37:51 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-11 01:37:51 -0800
commit657ed400487e22be5e6cf73d4bc65e53d958c3b3 (patch)
tree0ca8767704e5cee384a735bbc580d2f78d5c1ab6
parent360b812e5580b08a60cdf6a710e584dd1bf56264 (diff)
Add in the license.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5c207d4c..265bc8c6 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ setup(
author='Amjith Ramanujam',
author_email='amjith[dot]r[at]gmail.com',
version=version,
- license='LICENSE',
+ license=open('LICENSE').read(),
url='https://github.com/amjith/pgcli',
packages=find_packages(),
description=description,