Skip to content

Commit eab68f6

Browse files
committed
added download url to setup.py
1 parent 51dd0ba commit eab68f6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

‎setup.py‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
version = "0.03",
2121
author = "Kristen Thyng",
2222
author_email = "kthyng@gmail.com",
23+
url = 'https://github.com/matplotlib/cmocean',
24+
download_url = 'https://github.com/matplotlib/cmocean/tarball/0.03',
2325
description = ("Colormaps for Oceanography"),
2426
long_description=open('README.md').read(),
2527
classifiers=[
@@ -34,4 +36,5 @@
3436
ext_package='cmocean',
3537
# ext_modules = [cmocean_mod],
3638
scripts = [],
39+
keywords = ['colormaps', 'oceanography', 'plotting', 'visualization'],
3740
)

0 commit comments

Comments
 (0)