Update of /cvsroot/freevo/freevo/lib/pywebinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6039
Added Files:
setup.py
Log Message:
New module for grabbing/scraping information from the web. Contains own
httplib implementation for keeping the notifier alive.
--- NEW FILE: setup.py ---
#!/usr/bin/env python
"""Setup script for the pywebinfo distribution."""
__revision__ = "$Id: setup.py,v 1.1 2005/04/15 20:51:18 vifredr Exp $"
from distutils.core import setup, Extension
setup (# Distribution meta-data
name = "pywebinfo",
version = 0.1,
description = "",
author = "",
author_email = "[email protected]",
url = "http://freevo.sf.net",
package_dir = {'pywebinfo': 'src'},
packages = ['pywebinfo',
'pywebinfo.movie',
'pywebinfo.audio',
'pywebinfo.lib',
'pywebinfo.rss',
'pywebinfo.weather',
'pywebinfo.images',
],
)
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog