changed Development Status to Beta and added some keywords

This commit is contained in:
Michael Greene
2014-05-01 16:59:41 -07:00
parent b49d3bc722
commit 0ce5b86db4

View File

@@ -25,7 +25,7 @@ setup(
download_url = "",
classifiers = [
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 4 - Beta',
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
@@ -42,7 +42,7 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: MIT License',
],
keywords = [],
keywords = ["PGP", "pgp", "Pretty Good Privacy", "GPG", "gpg", "OpenPGP"],
install_requires = [ str(ir.req) for ir in reqs ],