Commit 59ad9c5f authored by Andreas Jung's avatar Andreas Jung

moved setup parameters into a dict in order to prepare experiements with

a Zope 2 meta-egg
parent 36cb1b96
......@@ -18,8 +18,8 @@ from setuptools import setup, find_packages, Extension
EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
setup(name='Zope2',
version = '2.12.0.a1',
params = dict(name='Zope2',
version='2.12.0.a1',
url='http://www.zope.org',
license='ZPL 2.1',
description='Zope2 application server / web framework',
......@@ -163,4 +163,6 @@ setup(name='Zope2',
'zpasswd=Zope2.utilities.zpasswd:main',
]
},
)
)
setup(**params)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment