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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 5 14:26:35 CEST 2010


Author: luke
Date: Thu Aug  5 14:26:34 2010
New Revision: 37530

URL: http://svn.erp5.org?rev=37530&view=rev
Log:
 - expose invokepython as module

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=37530&r1=37529&r2=37530&view=diff
==============================================================================
--- erp5/trunk/utils/invokepython/setup.py [utf8] (original)
+++ erp5/trunk/utils/invokepython/setup.py [utf8] Thu Aug  5 14:26:34 2010
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 
 name = "invokepython"
-version = '0.3'
+version = '0.4'
 
 setup(
     name = name,
@@ -15,6 +15,7 @@ setup(
     license = "ZPL 2.1",
     keywords = "python interpreter",
     packages = find_packages('.'),
+    py_modules = ['invokepython'],
     include_package_data = True,
     classifiers=[
       "License :: OSI Approved :: Zope Public License",




More information about the Erp5-report mailing list