From: alexander s. <a1...@us...> - 2006-12-01 11:47:55
|
Update of /cvsroot/dbfpy/dbfpy In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv20213 Modified Files: setup.py Log Message: version 2.1.0; fill "Platform" field in PKG-INFO Index: setup.py =================================================================== RCS file: /cvsroot/dbfpy/dbfpy/setup.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** setup.py 30 Oct 2006 04:31:55 -0000 1.8 --- setup.py 1 Dec 2006 11:47:51 -0000 1.9 *************** *** 19,23 **** def run(): setup(name="dbfpy", ! version="2.0.3", description="Access .DBF (dBase) files from python", url="http://dbfpy.sourceforge.net/", --- 19,23 ---- def run(): setup(name="dbfpy", ! version="2.1.0", description="Access .DBF (dBase) files from python", url="http://dbfpy.sourceforge.net/", *************** *** 29,32 **** --- 29,33 ---- download_url= "http://sourceforge.net/project/showfiles.php?group_id=140566", + platforms=["OS Independent"], classifiers=[ "Development Status :: 5 - Production/Stable", |