Skip to content

Commit

Permalink
Merge f81cd92 into bcfa1c2
Browse files Browse the repository at this point in the history
  • Loading branch information
lowks committed Jun 14, 2014
2 parents bcfa1c2 + f81cd92 commit 8992a2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ def add_meta(match):
package_data={'': ['LICENSE']},
package_dir={'py_utilities': 'py_utilities'},
install_requires=requires,
setup_requires=['nose>=0.13'],
license=meta['license'],
tests_require=tests_require,
classifiers=classifiers,
test_suite='nose.collector',
)


Expand Down

0 comments on commit 8992a2c

Please sign in to comment.