Commit 96e44cde authored by Baiju Muthukadan's avatar Baiju Muthukadan

remove prameter dict unpacking

parent 46e3c047
......@@ -18,7 +18,7 @@ from setuptools import setup, find_packages, Extension
EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
params = dict(name='Zope2',
setup(name='Zope2',
version='2.13.0dev',
url='http://www.zope.org',
license='ZPL 2.1',
......@@ -150,5 +150,3 @@ params = dict(name='Zope2',
]
},
)
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