Skip to content

Commit

Permalink
format/sort to prepare for dependencychecker-related comments
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Dec 8, 2009
1 parent 747f23c commit e2edff7
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions setup.py
Expand Up @@ -32,15 +32,18 @@ def read(*rnames):
namespace_packages=['grokcore'],
include_package_data=True,
zip_safe=False,
install_requires=['setuptools',
'ZODB3',
'grokcore.component',
'martian',
'zope.annotation',
'zope.component',
'zope.configuration',
'zope.container',
'zope.interface',
'zope.testing',
],
install_requires=[
'ZODB3',
'grokcore.component',
'martian',
'setuptools',
'zope.annotation',
'zope.component',
'zope.configuration',
'zope.container',
'zope.interface',
'zope.testing',
],
#extras_require={
# 'test': []},
)

0 comments on commit e2edff7

Please sign in to comment.