Change license string for PyPI to be the license name, not the copyright.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-06-03 21:28:28 +00:00
parent 6e877d2871
commit cd319e1a93
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ setuptools.setup(
long_description = "This module allows easy access to GnuPG's key \
management, encryption and signature functionality from Python programs. \
It is intended for use with Python 2.6 or greater.",
license="""Copyright © 2013 Isis Lovecruft, et.al. see LICENSE file.""",
license="AGPLv3",
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),