Remove trailing space

This commit is contained in:
Raul Ochoa
2016-06-13 13:06:21 +02:00
parent c870f68c77
commit fd1862167c

View File

@@ -42,7 +42,7 @@ setup(
# provisioned in the production servers.
install_requires=['pysal==1.9.1', 'scikit-learn==0.17.1'],
requires=['pysal', 'numpy', 'sklearn' ],
requires=['pysal', 'numpy', 'sklearn'],
test_suite='test'
)