[Checkins] SVN: zopyx.convert2/trunk/setup.py wrong entry point for console scripts

Andreas Jung andreas at andreas-jung.com
Sun Oct 5 04:58:34 EDT 2008


Log message for revision 91773:
  wrong entry point for console scripts
  

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

-=-
Modified: zopyx.convert2/trunk/setup.py
===================================================================
--- zopyx.convert2/trunk/setup.py	2008-10-05 08:50:59 UTC (rev 91772)
+++ zopyx.convert2/trunk/setup.py	2008-10-05 08:58:33 UTC (rev 91773)
@@ -36,5 +36,5 @@
       zip_safe=False,
       install_requires=['setuptools', 'elementtree', 'BeautifulSoup'],
       namespace_packages=['zopyx'],
-      entry_points={'console_scripts': ['html-convert = zopyx.convert.cli:main',]},
+      entry_points={'console_scripts': ['html-convert = zopyx.convert2.cli:main',]},
       )



More information about the Checkins mailing list