andrewRowlinson / mplsoccer

Football pitch plotting library for matplotlib
MIT License
405 stars 82 forks source link

Replace setup.py #67

Closed andrewRowlinson closed 2 years ago

andrewRowlinson commented 2 years ago

Replace setup with pyproject.toml and setup.cfg. Add version to init. Use flit or hatch:

https://flit.pypa.io/en/latest/index.html# https://hatch.pypa.io/latest/

ofek commented 2 years ago

Should be easy https://hatch.pypa.io/latest/intro/#existing-project

andrewRowlinson commented 2 years ago

Thanks @ofek, that's great!