Skip to content

Commit e6dea7e

Browse files
authored
package metadata updates (#1619)
* conda recipe updates
1 parent 2090ec5 commit e6dea7e

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2018 Plotly, Inc
3+
Copyright (c) 2016-2019 Plotly, Inc
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Package containing the geo shape files used by plotly.py

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ requirements:
2323

2424
test:
2525
imports:
26-
- plotly_express
26+
- _plotly_geo
2727

2828
about:
2929
home: {{ sdata['url'] }}

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,14 @@ def readme():
1717
maintainer_email="jon@plot.ly",
1818
url="https://plot.ly/python/",
1919
project_urls={"Github": "https://github.com/plotly/plotly.py"},
20-
description="",
20+
description="geo shape files for use with plotly.py",
2121
long_description=readme(),
2222
long_description_content_type="text/markdown",
2323
classifiers=[
2424
"Development Status :: 5 - Production/Stable",
2525
"Programming Language :: Python :: 2",
2626
"Programming Language :: Python :: 2.7",
2727
"Programming Language :: Python :: 3",
28-
"Programming Language :: Python :: 3.3",
29-
"Programming Language :: Python :: 3.4",
3028
"Programming Language :: Python :: 3.5",
3129
"Programming Language :: Python :: 3.6",
3230
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)