Metadata-Version: 1.0
Name: pypi-classifiers
Version: 0.1
Summary: Use a GUI to select PyPI-classifiers and include them in asetup.py
Home-page: http://github.com/mbr/pypi-classifiers
Author: Marc Brinkmann
Author-email: git@marcbrinkmann.de
License: MIT
Description: PyPI classifiers selector
        =========================
        
        A small GTK program that loads a list of classifiers from PyPI, displays them
        in a list with checkboxes. The user can then check any number of checkboxes
        and the program will generate code suitable to copy & paste into a setup.py
        script.
        
        .. image:: https://github.com/mbr/pypi-classifiers/raw/master/Screenshot.png
        
        Requires `PyGTK <http://pygtk.org>`_.
        
Keywords: pypi setup.py classifiers programming
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
