From db83f4b18988a4656f8621d3121777cf5840f39c Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 27 Sep 2019 02:35:01 +1000 Subject: [PATCH] Fix case of GitHub. Remove duplicate entry from .gitignore. --- .gitignore | 1 - README.md | 2 +- setup.py | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 30db431..fa20191 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .vscode *.ipynb -.ipynb_checkpoints .mapbox_token diff --git a/README.md b/README.md index b44b8b4..d502bba 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ You'll have to install from the `plotly` channel with `conda install -c plotly p ## Getting Help -Please join our [Community Forum](https://community.plot.ly/c/api/python) or file a [Github Issue](https://github.com/plotly/plotly.py/issues/new) if you've found a bug. +Please join our [Community Forum](https://community.plot.ly/c/api/python) or file a [GitHub Issue](https://github.com/plotly/plotly.py/issues/new) if you've found a bug. diff --git a/setup.py b/setup.py index 4ba4214..0cec838 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ long_description=long_description, long_description_content_type="text/markdown", url="https://plotly.express/", - project_urls={"Github": "https://github.com/plotly/plotly_express/"}, + project_urls={"GitHub": "https://github.com/plotly/plotly_express/"}, author="Nicolas Kruchten", author_email="nicolas@plot.ly", license="MIT",