changeset 38:67d312aee431

added long_description and classifiers in setup.py metadata
author Goffi <goffi@goffi.org>
date Tue, 28 Dec 2010 22:38:20 +0100
parents 49b40c9e6ba3
children 8cc5970039f3
files setup.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Tue Dec 28 22:23:58 2010 +0100
+++ b/setup.py	Tue Dec 28 22:38:20 2010 +0100
@@ -11,9 +11,13 @@
 setup(name=name,
       version='0.1.0',
       description=u'SàT extension widgets for Urwid',
+      long_description=u'Urwid SàT extension widgets is a set of widgets for the console user interface library Urwid (http://excess.org/urwid/). This library, originaly made for the SàT project, was eventually separated so other softwares can use it. Widgets provided include password text box, tab container, dialogs, file chooser etc. Feel free to go to the project page for more informations.',
       author='Goffi (Jérôme Poisson)',
       author_email='goffi@goffi.org',
       url='http://wiki.goffi.org/wiki/Urwid-satext',
+      classifiers=['Environment :: Console',
+                   'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
+                   'Intended Audience :: Developers'],
       packages=['urwid_satext'],
       data_files=[(path.join(sys.prefix,'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/urwid_satext.mo']),
                   ('share/doc/%s/examples' % name, glob("examples/*.py")),