summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-11 01:44:00 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-11 01:44:00 -0800
commit7b704af3c920b488720dfa482d951110e9f3abf8 (patch)
tree4c517c69e7f3fd9f3910d95b704b0193ca35c75e
parent657ed400487e22be5e6cf73d4bc65e53d958c3b3 (diff)
Change license file.
-rw-r--r--LICENSE.txt (renamed from LICENSE)0
-rw-r--r--setup.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE.txt
index 0ca12186..0ca12186 100644
--- a/LICENSE
+++ b/LICENSE.txt
diff --git a/setup.py b/setup.py
index 265bc8c6..7e2a74d1 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=open('LICENSE').read(),
+ license='LICENSE.txt',
url='https://github.com/amjith/pgcli',
packages=find_packages(),
description=description,