Move chart-studio and plotly-geo to separate repositories by emilykl · Pull Request #4972 · plotly/plotly.py
This PR removes the entire contents of the chart-studio and plotly-geo packages from this repository.
These packages, and their respective Git histories, have been moved to their own individual repositories:
- https://github.com/plotly/chart-studio
- PR with reorg updates: Updates for new repo chart-studio#1
- https://github.com/plotly/plotly-geo
- PR with reorg updates: Updates for new repo plotly-geo#1
Changes in this PR:
- Delete directories
packages/python/chart-studioandpackages/python/plotly-geo - Update CI in
config.yml:- Install
chart-studiofrom PyPI rather than installing from local directory - Remove
chart-studiotesting workflow (Note: Was not being run anyway)
- Install
- Update
contributing.mdandrelease.mdto remove references tochart-studioandplotly-geo- The text has been deleted here but added to the individual repos as needed
Rationale
Moves us to a '1 repo = 1 package on PyPI' structure, and makes it possible to drastically simplify the directory structure in the Plotly.py repository.