czml3 icon indicating copy to clipboard operation
czml3 copied to clipboard

TLC: packaging and development

Open Stoops-ML opened this issue 9 months ago • 1 comments

This PR brings the packaging and development of CZML3 a bit more up to date.

  • Replace black, isort, flake8 with ruff
  • Apply ruff changes (selected configuration: ["E", "F", "UP", "B", "SIM", "I", "C","W","B9"])
  • Move all configurations to pyproject.toml
  • Move setuptools build configuration to pyproject.toml

Stoops-ML avatar May 23 '24 08:05 Stoops-ML