From cd319e1a934e099ebe7f694311bc1c65490f4686 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Mon, 3 Jun 2013 21:28:28 +0000 Subject: [PATCH] Change license string for PyPI to be the license name, not the copyright. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b173396..0c3c86d 100644 --- a/setup.py +++ b/setup.py @@ -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(),