Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
fixed sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 23, 2012
1 parent 68bc4b2 commit 186c68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ def read(*rnames):
namespace_packages = ['z3c', 'z3c.layer'],
extras_require = dict(
test = [
'zope.testbrowser',
'zope.app.wsgi >= 3.8',
'zope.exceptions',
'zope.principalregistry',
'zope.publisher',
'zope.security',
'zope.securitypolicy',
'zope.testbrowser',
'zope.testing',
],
),
Expand Down

0 comments on commit 186c68e

Please sign in to comment.