Skip to content

Commit c8e1048

Browse files
committed
typo in setup.py
1 parent 85b8061 commit c8e1048

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎setup.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def run_tests(self):
2929

3030
setup(
3131
name = "cmocean",
32-
version = "0.2.2"
32+
version = "0.2.2",
3333
author = "Kristen Thyng",
3434
author_email = "kthyng@gmail.com",
3535
url = 'https://github.com/matplotlib/cmocean',
@@ -49,6 +49,6 @@ def run_tests(self):
4949
# ext_modules = [cmocean_mod],
5050
scripts = [],
5151
keywords = ['colormaps', 'oceanography', 'plotting', 'visualization'],
52-
tests_require=['pytest']
53-
cmdclass=dict(PyTest),
52+
tests_require=['pytest'],
53+
cmdclass=dict(PyTest)
5454
)

0 commit comments

Comments
 (0)