jgoodman8 / pyhist

A Python utility to automagically update the package version from the git history and generate the Changelog
Apache License 2.0
22 stars 3 forks source link

Support for versioning outside of setup.py #5

Open mjspeck opened 2 years ago

mjspeck commented 2 years ago

Many projects now use setup.cfg and pyproject.toml files, or put their package version elsewhere.

symplrdudley commented 2 months ago

This would be super neat! pyproject.toml support would be real cool.