◐ Shell
clean mode source ↗

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:

Changes in this PR:

  • Delete directories packages/python/chart-studio and packages/python/plotly-geo
  • Update CI in config.yml:
    • Install chart-studio from PyPI rather than installing from local directory
    • Remove chart-studio testing workflow (Note: Was not being run anyway)
  • Update contributing.md and release.md to remove references to chart-studio and plotly-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.