[Checkins] SVN: zopyx.convert2/trunk/ updated

Andreas Jung andreas at andreas-jung.com
Sat Oct 4 03:03:52 EDT 2008


Log message for revision 91727:
  updated
  

Changed:
  U   zopyx.convert2/trunk/buildout.cfg
  U   zopyx.convert2/trunk/setup.py

-=-
Modified: zopyx.convert2/trunk/buildout.cfg
===================================================================
--- zopyx.convert2/trunk/buildout.cfg	2008-10-04 07:01:57 UTC (rev 91726)
+++ zopyx.convert2/trunk/buildout.cfg	2008-10-04 07:03:51 UTC (rev 91727)
@@ -4,12 +4,10 @@
 
 [scripts]
 recipe = zc.recipe.egg:scripts
-eggs = zopyx.convert 
+eggs = zopyx.convert2 
 
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = zopyx.convert
+eggs = zopyx.convert2
  
-
-scripts = slimplayer

Modified: zopyx.convert2/trunk/setup.py
===================================================================
--- zopyx.convert2/trunk/setup.py	2008-10-04 07:01:57 UTC (rev 91726)
+++ zopyx.convert2/trunk/setup.py	2008-10-04 07:03:51 UTC (rev 91727)
@@ -37,4 +37,4 @@
       install_requires=['setuptools', 'elementtree', 'BeautifulSoup'],
       namespace_packages=['zopyx'],
       entry_points={'console_scripts': ['xslfo-convert = zopyx.convert.cli:main',]},
-      )                       
+      )



More information about the Checkins mailing list