Specify or document a way to retrieve softwareVersion
from elsewhere
#196
Labels
waiting-for-triage
Waiting to be properly labelled
softwareVersion
from elsewhere
#196
Project version is often already specified in somewhere in a a project file. For python projects, for instance, it may be
setup.py
,setup.cfg
,pyproject.toml
orversion.py
. Thepyproject.toml
standard, offers theattr: package.__version__
syntax for sourcing from a python file.publiccodeyml
should offer a similar feature.softwareVersion
could be extended to be used like this:Maybe something simpler that regexes can be found, IDK.
The text was updated successfully, but these errors were encountered: