napari / cookiecutter-napari-plugin

Cookiecutter for napari plugins
BSD 3-Clause "New" or "Revised" License
67 stars 39 forks source link

Use dynamic package version only without setuptools_scm #186

Closed Czaki closed 3 months ago

Czaki commented 3 months ago

Closes #185

Use dynamic version only when setuptools_scm is not used.

When we use setuptools_scm the version file is not present during begin of the installation phase as it is generated then. The setuptools_scm will assign version properly.