neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
22 stars 3 forks source link

Provide a __version__ attribute in the package’s namespace. #13

Closed adamltyson closed 6 months ago

adamltyson commented 1 year ago

Currently (I think) setuptools_scm only defines the version of the package, but this is not retrievable in Python

adamltyson commented 6 months ago

This was added in https://github.com/neuroinformatics-unit/python-cookiecutter/pull/18