Update of /cvsroot/freevo/freevo/WIP/Dischi
In directory sc8-pr-cvs1:/tmp/cvs-serv20769
Added Files:
MANIFEST.in README setup.py
Removed Files:
directory.py imageitem.py osd.py playlist.py tiny_osd.py
update viewer.py
Log Message:
restructure for post 1.4 installation stuff
--- NEW FILE: MANIFEST.in ---
recursive-include src *.py
--- NEW FILE: README ---
Install into an installed system with 'python setup.py install'
--- NEW FILE: setup.py ---
#!/usr/bin/env python
"""Setup script for the freevo distribution."""
__revision__ = "$Id: setup.py,v 1.1 2003/11/15 19:18:39 dischi Exp $"
# Python distutils stuff
from distutils.core import setup, Extension
import os
import sys
from freevo.util.distutils import *
# now start the python magic
setup (name = "freevo-post-release",
version = 1.5,
description = "Freevo stuff post 1.4",
author = "Dirk Meyer",
author_email = "[EMAIL PROTECTED]",
url = "http://www.freevo.org",
license = "GPL",
package_dir = package_dir,
packages = packages,
data_files = data_files
)
finalize()
--- directory.py DELETED ---
--- imageitem.py DELETED ---
--- osd.py DELETED ---
--- playlist.py DELETED ---
--- tiny_osd.py DELETED ---
--- update DELETED ---
--- viewer.py DELETED ---
-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog