Skip to content

Commit 1c5ba64

Browse files
authored
package metadata updates (#1619)
* conda recipe updates
1 parent 9486e3b commit 1c5ba64

File tree

8 files changed

+9
-11
lines changed

8 files changed

+9
-11
lines changed

packages/python/chart-studio/LICENSE.txt

+1-1
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
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Package for interfacing with the plotly's Chart Studio

packages/python/chart-studio/recipe/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ requirements:
2222
{% endfor %}
2323

2424
test:
25-
imports:
26-
- plotly_express
25+
# imports:
26+
# - chart_studio
2727

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

packages/python/chart-studio/setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,14 @@ def readme():
1717
maintainer_email="[email protected]",
1818
url="https://plot.ly/python/",
1919
project_urls={"Github": "https://github.com/plotly/plotly.py"},
20-
description="An open-source, interactive graphing library for Python",
20+
description="Utilities for interfacing with plotly's Chart Studio",
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",

packages/python/plotly-geo/LICENSE.txt

+1-1
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

packages/python/plotly-geo/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Package containing the geo shape files used by plotly.py

packages/python/plotly-geo/recipe/meta.yaml

+1-1
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'] }}

packages/python/plotly-geo/setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,14 @@ def readme():
1717
maintainer_email="[email protected]",
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)