summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2011-03-02 19:02:33 -0500
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2011-03-02 19:02:33 -0500
commit9820bba18facacc6ae9aaa27e95edbe3a0657d51 (patch)
tree6b3ce7428a6950c36be1f4c194864fd367923e89 /setup.py
parente04fecc0c7a4125953d62002c895e429d8e4bb7e (diff)
downloadpyopenssl-9820bba18facacc6ae9aaa27e95edbe3a0657d51.tar.gz
Update the distutils license field
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1a74e6e..cd40c07 100755
--- a/setup.py
+++ b/setup.py
@@ -211,7 +211,7 @@ setup(name='pyOpenSSL', version=__version__,
maintainer = 'Jean-Paul Calderone',
maintainer_email = 'exarkun@twistedmatrix.com',
url = 'http://pyopenssl.sourceforge.net/',
- license = 'LGPL',
+ license = 'APL2',
long_description = """\
High-level wrapper around a subset of the OpenSSL library, includes
* SSL.Connection objects, wrapping the methods of Python's portable