Merge branch 'release/1.1.1'

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-07-02 07:43:42 +00:00
commit fe21a2f54e
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 5 additions and 5 deletions

View File

@ -109,9 +109,9 @@ greater.""",
platforms="Linux, BSD, OSX, Windows",
download_url="https://github.com/isislovecruft/python-gnupg/archive/master.zip",
classifiers=[
'Development Status :: 4 - Alpha',
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
'Classifier:: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
@ -121,7 +121,7 @@ greater.""",
"Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.2",
"Topic :: Software Development :: Libraries :: Python Modules",
'Classifier:: Topic :: Security :: Cryptography',
'Classifier:: Topic :: Software Development :: Libraries :: Python Modules',
'Classifier:: Topic :: Utilities',]
"Topic :: Security :: Cryptography",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",]
)