[Checkins] SVN: zopyx.convert2/trunk/setup.py xslfo-convert -> html-convert

Andreas Jung andreas at andreas-jung.com
Sat Oct 4 05:21:09 EDT 2008


Log message for revision 91731:
  xslfo-convert -> html-convert
  

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

-=-
Modified: zopyx.convert2/trunk/setup.py
===================================================================
--- zopyx.convert2/trunk/setup.py	2008-10-04 09:20:34 UTC (rev 91730)
+++ zopyx.convert2/trunk/setup.py	2008-10-04 09:21:08 UTC (rev 91731)
@@ -36,5 +36,5 @@
       zip_safe=False,
       install_requires=['setuptools', 'elementtree', 'BeautifulSoup'],
       namespace_packages=['zopyx'],
-      entry_points={'console_scripts': ['xslfo-convert = zopyx.convert.cli:main',]},
+      entry_points={'console_scripts': ['html-convert = zopyx.convert.cli:main',]},
       )



More information about the Checkins mailing list