Mercurial > urwid-satext
view 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 |
line wrap: on
line source
#!/usr/bin/env python # -*- coding: utf-8 -*- from distutils.core import setup setup(name='urwid-satext', version='0.1.0', description=u'SàT extension widgets for Urwid', author='Goffi (Jérôme Poisson)', author_email='goffi@goffi.org', url='http://wiki.goffi.org/wiki/Urwid-satext', packages=['urwid_satext'], )