geopandas / dask-geopandas

Parallel GeoPandas with Dask
https://dask-geopandas.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
486 stars 45 forks source link

MAINT: move static metadata to pyproject.toml #271

Closed jorisvandenbossche closed 6 months ago

jorisvandenbossche commented 6 months ago

Some more modernization of the package infrastructure, mimicking what we have in geopandas.

For setuptools, I haven't yet added anything to pyproject.toml, still have to check what the default package discovery already gives.

jorisvandenbossche commented 6 months ago

The default setuptools package discovery seems to work fine (after renaming continuous_integration to ci so it uses a name that is excluded by setuptools by default). The produced sdist and wheel seem to contain the same content compared to on the main branch (except for a no-zip-safe file)