fix minor styling issue

This commit is contained in:
Bastien Gérard
2019-12-14 15:39:02 +01:00
parent 6bc4e602bb
commit 9166ba91d7
5 changed files with 8 additions and 5 deletions

View File

@@ -143,7 +143,7 @@ setup(
long_description=LONG_DESCRIPTION,
platforms=["any"],
classifiers=CLASSIFIERS,
install_requires=['pymongo>=3.4', 'six', 'future'],
install_requires=["pymongo>=3.4", "six", "future"],
cmdclass={"test": PyTest},
**extra_opts
)