Skip to content

Commit db83f4b

Browse files
committed
Fix case of GitHub. Remove duplicate entry from .gitignore.
1 parent 53a5a7f commit db83f4b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.vscode
22
*.ipynb
3-
.ipynb_checkpoints
43
.mapbox_token
54

65

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ You'll have to install from the `plotly` channel with `conda install -c plotly p
1818

1919
## Getting Help
2020

21-
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.
21+
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.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
long_description=long_description,
2020
long_description_content_type="text/markdown",
2121
url="https://plotly.express/",
22-
project_urls={"Github": "https://github.com/plotly/plotly_express/"},
22+
project_urls={"GitHub": "https://github.com/plotly/plotly_express/"},
2323
author="Nicolas Kruchten",
2424
author_email="[email protected]",
2525
license="MIT",

0 commit comments

Comments
 (0)