archesproject / arches

Arches is a web platform for creating, managing, & visualizing geospatial data. Arches was inspired by the needs of the Cultural Heritage community, particularly the widespread need of organizations to build & manage cultural heritage inventories
GNU Affero General Public License v3.0
212 stars 142 forks source link

Replace setup.py with pyproject.toml #11057

Closed aarongundel closed 3 months ago

aarongundel commented 3 months ago

The python ecosystem seems to be heading toward replacing setup.py with pyproject.toml - this ticket is about replacing the arches setup.py (s) and their associated files (requirements.txt, etc) with a pyproject.toml file.

chiatt commented 3 months ago

As part of replacing arches/setup.py, it would be great if we could also get rid of arches/arches/setup.py.

jacobtylerwalls commented 3 months ago

Fixed in #11113