Opened at 2022-11-30T20:29:18Z
Last modified at 2022-11-30T20:30:01Z
#3948 new defect
Remove all of the dynamicism from setup.py
Reported by: | exarkun | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
The Python packaging ecosystem is drifting away from "a lot of Python code in setup.py" towards other things.
setuptools is still a thing but the preferred way to use it is not via setup.py any longer.
As a step towards one of these new ways of doing things (maybe just setuptools without setup.py) we should get rid of all of our custom setup.py code and drive setuptools in the almost-completely-static way of pyproject.toml and setup.cfg.
Note: See
TracTickets for help on using
tickets.
https://github.com/tahoe-lafs/tahoe-lafs/pull/1235