cleder / fastkml

Fast 🌍️ KML processing for python

Home Page:https://fastkml.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modernize packaging

cleder opened this issue · comments

Instead of setup.py the packaging configuration should be done with pyproject.toml

https://github.com/gvalkov/setuptools-py2cfg to convert setup.py to a config file and https://github.com/abravalheri/ini2toml to convert the setup.cfg file into pyproject.toml check the results with https://github.com/abravalheri/validate-pyproject and https://github.com/kieran-ryan/pyprojectsort

Hi @cleder, please see the PR #252