Skip to content

Commit

Permalink
Specify manuel and fakemodule as test dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulalexwilson committed Dec 18, 2009
1 parent b84933a commit ca997bb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ def read(*rnames):
include_package_data = True,
zip_safe=False,
license='ZPL',
extras_require = dict(
'test' = ['manuel',
'manuelpi.fakemodule',
]
),
install_requires=[
'zope.interface',
'manuel',
'manuelpi.fakemodule',
'setuptools',
],
)

0 comments on commit ca997bb

Please sign in to comment.