Skip to content

Commit 48f4aa8

Browse files
authored
Update setup.py
* included new RGB text files * Updated version again
1 parent 3268ea7 commit 48f4aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def run_tests(self):
2626

2727
setup(
2828
name = "cmocean",
29-
version = "v4.0.1",
29+
version = "v4.0.2",
3030
author = "Kristen Thyng",
3131
author_email = "[email protected]",
3232
url = 'https://github.com/matplotlib/cmocean',
@@ -38,7 +38,7 @@ def run_tests(self):
3838
"Development Status :: 3 - Alpha",
3939
],
4040
package_data={
41-
'cmocean': ['rgb/*.txt'],
41+
'cmocean': ['rgb/*.txt', 'rgb/inverted/*.txt],
4242
},
4343
packages = ["cmocean"],
4444
ext_package='cmocean',

0 commit comments

Comments
 (0)