File tree 4 files changed +4
-5
lines changed 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2016-2018 Plotly, Inc
3
+ Copyright (c) 2016-2019 Plotly, Inc
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change
1
+ Package containing the geo shape files used by plotly.py
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ requirements:
23
23
24
24
test :
25
25
imports :
26
- - plotly_express
26
+ - _plotly_geo
27
27
28
28
about :
29
29
home : {{ sdata['url'] }}
Original file line number Diff line number Diff line change @@ -17,16 +17,14 @@ def readme():
17
17
maintainer_email = "jon@plot.ly" ,
18
18
url = "https://plot.ly/python/" ,
19
19
project_urls = {"Github" : "https://github.com/plotly/plotly.py" },
20
- description = "" ,
20
+ description = "geo shape files for use with plotly.py " ,
21
21
long_description = readme (),
22
22
long_description_content_type = "text/markdown" ,
23
23
classifiers = [
24
24
"Development Status :: 5 - Production/Stable" ,
25
25
"Programming Language :: Python :: 2" ,
26
26
"Programming Language :: Python :: 2.7" ,
27
27
"Programming Language :: Python :: 3" ,
28
- "Programming Language :: Python :: 3.3" ,
29
- "Programming Language :: Python :: 3.4" ,
30
28
"Programming Language :: Python :: 3.5" ,
31
29
"Programming Language :: Python :: 3.6" ,
32
30
"Programming Language :: Python :: 3.7" ,
You can’t perform that action at this time.
0 commit comments