From 89938d6d1f8fbed687bcb809b70e1cac171e1b21 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Sat, 15 Jun 2019 12:27:10 -0400 Subject: [PATCH 1/2] package metadata updates --- packages/python/chart-studio/LICENSE.txt | 2 +- packages/python/chart-studio/README.md | 1 + packages/python/chart-studio/setup.py | 4 +--- packages/python/plotly-geo/LICENSE.txt | 2 +- packages/python/plotly-geo/README.md | 1 + packages/python/plotly-geo/setup.py | 4 +--- 6 files changed, 6 insertions(+), 8 deletions(-) diff --git a/packages/python/chart-studio/LICENSE.txt b/packages/python/chart-studio/LICENSE.txt index 98b37b6f421..359e5d343ef 100644 --- a/packages/python/chart-studio/LICENSE.txt +++ b/packages/python/chart-studio/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2018 Plotly, Inc +Copyright (c) 2016-2019 Plotly, Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/python/chart-studio/README.md b/packages/python/chart-studio/README.md index e69de29bb2d..a9860520407 100644 --- a/packages/python/chart-studio/README.md +++ b/packages/python/chart-studio/README.md @@ -0,0 +1 @@ +Package for interfacing with the plotly's Chart Studio diff --git a/packages/python/chart-studio/setup.py b/packages/python/chart-studio/setup.py index a4527fddcbd..801221a95f8 100644 --- a/packages/python/chart-studio/setup.py +++ b/packages/python/chart-studio/setup.py @@ -17,7 +17,7 @@ def readme(): maintainer_email="jon@plot.ly", url="https://plot.ly/python/", project_urls={"Github": "https://github.com/plotly/plotly.py"}, - description="An open-source, interactive graphing library for Python", + description="Utilities for interfacing with plotly's Chart Studio", long_description=readme(), long_description_content_type="text/markdown", classifiers=[ @@ -25,8 +25,6 @@ def readme(): "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.3", - "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", diff --git a/packages/python/plotly-geo/LICENSE.txt b/packages/python/plotly-geo/LICENSE.txt index 98b37b6f421..359e5d343ef 100644 --- a/packages/python/plotly-geo/LICENSE.txt +++ b/packages/python/plotly-geo/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2018 Plotly, Inc +Copyright (c) 2016-2019 Plotly, Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/python/plotly-geo/README.md b/packages/python/plotly-geo/README.md index e69de29bb2d..a23077d3510 100644 --- a/packages/python/plotly-geo/README.md +++ b/packages/python/plotly-geo/README.md @@ -0,0 +1 @@ +Package containing the geo shape files used by plotly.py \ No newline at end of file diff --git a/packages/python/plotly-geo/setup.py b/packages/python/plotly-geo/setup.py index d9d92b00fdf..9f82934f7ec 100644 --- a/packages/python/plotly-geo/setup.py +++ b/packages/python/plotly-geo/setup.py @@ -17,7 +17,7 @@ def readme(): maintainer_email="jon@plot.ly", url="https://plot.ly/python/", project_urls={"Github": "https://github.com/plotly/plotly.py"}, - description="", + description="geo shape files for use with plotly.py", long_description=readme(), long_description_content_type="text/markdown", classifiers=[ @@ -25,8 +25,6 @@ def readme(): "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.3", - "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", From 82849c92e37f0b37b913564b18d47c65d9c695b4 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Sat, 15 Jun 2019 13:04:51 -0400 Subject: [PATCH 2/2] conda recipe updates --- packages/python/chart-studio/recipe/meta.yaml | 4 ++-- packages/python/plotly-geo/recipe/meta.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/python/chart-studio/recipe/meta.yaml b/packages/python/chart-studio/recipe/meta.yaml index d5bffcd2de0..33dbf0cbf03 100644 --- a/packages/python/chart-studio/recipe/meta.yaml +++ b/packages/python/chart-studio/recipe/meta.yaml @@ -22,8 +22,8 @@ requirements: {% endfor %} test: - imports: - - plotly_express +# imports: +# - chart_studio about: home: {{ sdata['url'] }} diff --git a/packages/python/plotly-geo/recipe/meta.yaml b/packages/python/plotly-geo/recipe/meta.yaml index 13ead67dd61..6602d5baaf4 100644 --- a/packages/python/plotly-geo/recipe/meta.yaml +++ b/packages/python/plotly-geo/recipe/meta.yaml @@ -23,7 +23,7 @@ requirements: test: imports: - - plotly_express + - _plotly_geo about: home: {{ sdata['url'] }}