project-generator / project_generator

Project generators for various embedded tools (IDE). IAR, uVision, Makefile, CoIDE, Eclipse and many more in the roadmap!
Apache License 2.0
272 stars 95 forks source link

Use setuptools_scm to get package version from git tags #492

Closed flit closed 3 years ago

flit commented 3 years ago

This changes makes it so you no longer have to update the version in setup.py. The version will be automatically picked up from the latest git tag.