Skip to content

Commit

Permalink
Fix setup.py's requirements and test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Sep 7, 2011
1 parent 168ff59 commit 2e8c9fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
author_email='brett@bretthoerner.com',
url='http://github.com/bretthoerner/timak',
packages=find_packages(),
test_suite='unittest2.collector',
install_requires=['riak'],
tests_require=['unittest2'],
classifiers=[
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
Expand Down

0 comments on commit 2e8c9fa

Please sign in to comment.