diff options
author | Justus Winter <[email protected]> | 2016-07-14 10:34:56 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-07-14 11:34:49 +0000 |
commit | b68700d2276f92756e556b3257ad5796db1c2aff (patch) | |
tree | 39dcecacd31a8731ccfa756c90c25cc111b3863b /lang/python/setup.py.in | |
parent | build: Update config.{guess,sub} to {2016-05-15,2016-06-20}. (diff) | |
download | gpgme-b68700d2276f92756e556b3257ad5796db1c2aff.tar.gz gpgme-b68700d2276f92756e556b3257ad5796db1c2aff.zip |
python: Drop bad category.
--
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, 0 insertions, 1 deletions
diff --git a/lang/python/setup.py.in b/lang/python/setup.py.in index 787d6a3f..373e17c2 100755 --- a/lang/python/setup.py.in +++ b/lang/python/setup.py.in @@ -159,7 +159,6 @@ setup(name="pyme3", classifiers=[ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', - 'Topic :: Software Development :: Build Tools', 'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3 :: Only', |