Typo in setup.py

This commit is contained in:
2016-05-03 12:12:29 +02:00
parent b74053a95b
commit 05c99e9a41

View File

@@ -17,7 +17,7 @@ setup(
description='The Pillar REST SDK provides Python APIs to communicate to the Pillar webservices.',
long_description=long_description,
install_requires=['requests>=1.0.0', 'pyopenssl>=0.14'],
test_requires=['tox', 'coverage', 'pytest', 'pytest-xdist', 'pytest-cov'],
tests_require=['tox', 'coverage', 'pytest', 'pytest-xdist', 'pytest-cov'],
classifiers=[
'Intended Audience :: Developers',
'Operating System :: OS Independent',