[meld] Add classifiers for PyPI, even if we're not using them



commit d018e3bcf0102f408173ce7d48b8435bf0ef87ec
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sun Feb 23 06:51:10 2014 +1000

    Add classifiers for PyPI, even if we're not using them

 setup.py |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/setup.py b/setup.py
index 1166f8e..1e152a5 100644
--- a/setup.py
+++ b/setup.py
@@ -14,6 +14,17 @@ setup(
     author='Kai Willadsen',
     author_email='kai willadsen gmail com',
     url='http://meldmerge.org',
+    classifiers=[
+        'Development Status :: 5 - Production/Stable',
+        'Environment :: X11 Applications :: GTK',
+        'Intended Audience :: Developers',
+        'Intended Audience :: System Administrators',
+        'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
+        'Programming Language :: Python',
+        'Topic :: Desktop Environment :: Gnome',
+        'Topic :: Software Development',
+        'Topic :: Software Development :: Version Control',
+    ],
     packages=[
         'meld',
         'meld.ui',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]