Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
last fix had a typo
  • Loading branch information
kthyng authored Apr 6, 2024
1 parent 48f4aa8 commit 59c3500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def run_tests(self):

setup(
name = "cmocean",
version = "v4.0.2",
version = "v4.0.3",
author = "Kristen Thyng",
author_email = "[email protected]",
url = 'https://github.com/matplotlib/cmocean',
Expand All @@ -38,7 +38,7 @@ def run_tests(self):
"Development Status :: 3 - Alpha",
],
package_data={
'cmocean': ['rgb/*.txt', 'rgb/inverted/*.txt],
'cmocean': ['rgb/*.txt', 'rgb/inverted/*.txt'],
},
packages = ["cmocean"],
ext_package='cmocean',
Expand Down

0 comments on commit 59c3500

Please sign in to comment.