commit | 9820bba18facacc6ae9aaa27e95edbe3a0657d51 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Wed Mar 02 19:02:33 2011 -0500 |
committer | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Wed Mar 02 19:02:33 2011 -0500 |
tree | 6b3ce7428a6950c36be1f4c194864fd367923e89 | |
parent | e04fecc0c7a4125953d62002c895e429d8e4bb7e [diff] |
Update the distutils license field
diff --git a/setup.py b/setup.py index 1a74e6e..cd40c07 100755 --- a/setup.py +++ b/setup.py
@@ -211,7 +211,7 @@ 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