diff options
author | Justus Winter <[email protected]> | 2016-09-19 10:49:14 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-09-19 10:49:14 +0000 |
commit | 65f6f68f0966346bf48475a04ca5c73a2828b6c4 (patch) | |
tree | 31b91a5b20570ce1302aee3b735e133f5d57f78c /lang/python/setup.py.in | |
parent | qt: Add debug output for testTofuPolicy (diff) | |
download | gpgme-65f6f68f0966346bf48475a04ca5c73a2828b6c4.tar.gz gpgme-65f6f68f0966346bf48475a04ca5c73a2828b6c4.zip |
python: Improve metadata and READMEs.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'lang/python/setup.py.in')
-rwxr-xr-x | lang/python/setup.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python/setup.py.in b/lang/python/setup.py.in index d513c49d..31892c1b 100755 --- a/lang/python/setup.py.in +++ b/lang/python/setup.py.in @@ -176,6 +176,7 @@ setup(name="pyme3", 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)', + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', |