Skip to content

Commit ea3bef0

Browse files
committed
update URLs and tags
1 parent 4e214f2 commit ea3bef0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def readme():
1616
maintainer="Jon Mease",
1717
maintainer_email="jon@plot.ly",
1818
url="https://plot.ly/python/",
19-
project_urls={"Github": "https://github.com/plotly/plotly.py"},
19+
project_urls={"Github": "https://github.com/plotly/plotly-geo"},
2020
description="geo shape files for use with plotly.py",
2121
long_description=readme(),
2222
long_description_content_type="text/markdown",
@@ -28,6 +28,11 @@ def readme():
2828
"Programming Language :: Python :: 3.5",
2929
"Programming Language :: Python :: 3.6",
3030
"Programming Language :: Python :: 3.7",
31+
"Programming Language :: Python :: 3.8",
32+
"Programming Language :: Python :: 3.9",
33+
"Programming Language :: Python :: 3.10",
34+
"Programming Language :: Python :: 3.11",
35+
"Programming Language :: Python :: 3.12",
3136
"Topic :: Scientific/Engineering :: Visualization",
3237
],
3338
license="MIT",

0 commit comments

Comments
 (0)