[Erp5-report] r37523 luke - /erp5/trunk/utils/invokepython/setup.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 5 13:48:54 CEST 2010


Author: luke
Date: Thu Aug  5 13:48:41 2010
New Revision: 37523

URL: http://svn.erp5.org?rev=37523&view=rev
Log:
 - reuse console_scripts

Modified:
    erp5/trunk/utils/invokepython/setup.py

Modified: erp5/trunk/utils/invokepython/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/invokepython/setup.py?rev=37523&r1=37522&r2=37523&view=diff
==============================================================================
--- erp5/trunk/utils/invokepython/setup.py [utf8] (original)
+++ erp5/trunk/utils/invokepython/setup.py [utf8] Thu Aug  5 13:48:41 2010
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 
 name = "invokepython"
-version = '0.2'
+version = '0.3'
 
 setup(
     name = name,
@@ -15,7 +15,6 @@ setup(
     license = "ZPL 2.1",
     keywords = "python interpreter",
     packages = find_packages('.'),
-    scripts = [name+".py",],
     include_package_data = True,
     classifiers=[
       "License :: OSI Approved :: Zope Public License",
@@ -24,5 +23,7 @@ setup(
       ],
     zip_safe=False,
     entry_points = """
+      [console_scripts]
+      invokepython = invokepython:invokepython
     """,
     )




More information about the Erp5-report mailing list