tethysplatform / tethys

The Tethys Platform main Django website project repository.
http://tethysplatform.org/
BSD 2-Clause "Simplified" License
92 stars 49 forks source link

[FEATURE] Migrate Apps from setup.py to pyproject.toml #999

Open swainn opened 8 months ago

swainn commented 8 months ago

Is your feature request related to a problem? Please describe.

The setup.py is being phased out in favor of the more standardized pyproject.toml.

Describe the solution you'd like

We should migrate apps to pyproject.toml. The tethys install command is already compatible pyproject.toml (it uses pip install -e . instead of setup.py develop).

Describe alternatives you've considered

N/A - pyproject.toml is the standard recommended build configuration file for Python modules.

Additional context