[Checkins] SVN: z3c.zalchemy/branches/buildoutify/setup.py - fixed
some whitespace
Christian Theune
ct at gocept.com
Wed Feb 28 20:13:59 EST 2007
Log message for revision 72931:
- fixed some whitespace
Changed:
U z3c.zalchemy/branches/buildoutify/setup.py
-=-
Modified: z3c.zalchemy/branches/buildoutify/setup.py
===================================================================
--- z3c.zalchemy/branches/buildoutify/setup.py 2007-03-01 01:12:35 UTC (rev 72930)
+++ z3c.zalchemy/branches/buildoutify/setup.py 2007-03-01 01:13:57 UTC (rev 72931)
@@ -1,22 +1,22 @@
from setuptools import setup, find_packages
-setup(name='z3c.zalchemy',
- version='trunk',
- author='Juergen Kartnaller',
- url='https://svn.zope.org.repos/main',
- description="""SQLAlchemy integration into Zope 3""",
- license='ZPL 2.1',
+setup(name='z3c.zalchemy',
+ version='trunk',
+ author='Juergen Kartnaller',
+ url='https://svn.zope.org.repos/main',
+ description="""SQLAlchemy integration into Zope 3""",
+ license='ZPL 2.1',
- packages=find_packages('src'),
- package_dir = {'': 'src'},
- include_package_data = True,
- zip_safe=False,
- install_requires=['setuptools',
- 'SQLAlchemy',
- 'ZODB3',
+ packages=find_packages('src'),
+ package_dir = {'': 'src'},
+ include_package_data = True,
+ zip_safe=False,
+ install_requires=['setuptools',
+ 'SQLAlchemy',
+ 'ZODB3',
'zope.component',
- 'zope.interface',
- 'zope.schema',
- 'zope.app',
- ],
+ 'zope.interface',
+ 'zope.schema',
+ 'zope.app',
+ ],
extras_require = dict(test=['pysqlite']))
More information about the Checkins
mailing list