We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e214f2 commit ea3bef0Copy full SHA for ea3bef0
setup.py
@@ -16,7 +16,7 @@ def readme():
16
maintainer="Jon Mease",
17
maintainer_email="jon@plot.ly",
18
url="https://plot.ly/python/",
19
- project_urls={"Github": "https://github.com/plotly/plotly.py"},
+ project_urls={"Github": "https://github.com/plotly/plotly-geo"},
20
description="geo shape files for use with plotly.py",
21
long_description=readme(),
22
long_description_content_type="text/markdown",
@@ -28,6 +28,11 @@ def readme():
28
"Programming Language :: Python :: 3.5",
29
"Programming Language :: Python :: 3.6",
30
"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",
36
"Topic :: Scientific/Engineering :: Visualization",
37
],
38
license="MIT",
0 commit comments