FreeTAKTeam/UI

Convert setup.py to toml

Opened this issue · 3 comments

Follow the footsteps of FTS core and update the current old setup.py to be managed in a modern toml.

This should allow the multiple requirements files to be removed.

delete setup.py

@nir2602 Here is a link to what I mentioned about creating scripts. https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#creating-executable-scripts

I see, this is definitely useful!