Skip to content

Commit

Permalink
updated setup.py to use tests_requires instead of setup_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Nov 21, 2013
1 parent ada5ee5 commit d41070c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@
packages=setuptools.find_packages(),
long_description=long_description,
test_suite='nose.collector',
tests_requires=['nose', 'mock', 'coverage'],
tests_require=['nose', 'mock', 'coverage'],
classifiers=[
'License :: OSI Approved :: BSD License',
],
Expand Down
2 changes: 1 addition & 1 deletion statsd/__init__.py
Expand Up @@ -19,7 +19,7 @@
]

__package_name__ = 'python-statsd'
__version__ = '1.6.0'
__version__ = '1.6.1'
__author__ = 'Rick van Hattem'
__author_email__ = 'Rick.van.Hattem@Fawo.nl'
__description__ = (
Expand Down

0 comments on commit d41070c

Please sign in to comment.