example script for FileDialog
author |
Goffi <goffi@goffi.org> |
date |
Tue, 28 Dec 2010 18:31:01 +0100 |
parents |
42cb54666fc2 |
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 ) |