pimutils / todoman

✅ A simple, standards-based, cli todo (aka: task) manager.
https://todoman.readthedocs.io
ISC License
489 stars 78 forks source link

Configure setuptools_scm via pyproject.toml #486

Closed WhyNotHugo closed 2 years ago

WhyNotHugo commented 2 years ago

Configuring it via setup.py is deprecated. Use python -m setuptools_scm to get the version of the current checkout.