Mercurial > urwid-satext
annotate setup.py @ 31:42cb54666fc2
Added basic setup.py
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 28 Dec 2010 15:42:37 +0100 |
parents | |
children | 875ff127b2dd |
rev | line source |
---|---|
31 | 1 #!/usr/bin/env python |
2 # -*- coding: utf-8 -*- | |
3 | |
4 from distutils.core import setup | |
5 | |
6 setup(name='urwid-satext', | |
7 version='0.1.0', | |
8 description=u'SàT extension widgets for Urwid', | |
9 author='Goffi (Jérôme Poisson)', | |
10 author_email='goffi@goffi.org', | |
11 url='http://wiki.goffi.org/wiki/Urwid-satext', | |
12 packages=['urwid_satext'], | |
13 ) |