FreeTAKTeam / UI

FreeTAKServer Web User Interface project
MIT License
30 stars 27 forks source link

Convert setup.py to toml #52

Open RadioAndrea opened 7 months ago

RadioAndrea commented 7 months ago

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.

brothercorvo commented 2 months ago

delete setup.py

phreed commented 2 months ago

@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

nir2602 commented 1 month ago

@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!