scverse / cookiecutter-scverse

Cookiecutter template for scverse
https://cookiecutter-scverse-instance.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
71 stars 9 forks source link

Use SPDX in metadata #325

Open flying-sheep opened 1 month ago

flying-sheep commented 1 month ago

This line should be derived from the license choice:

https://github.com/scverse/cookiecutter-scverse/blob/0ed653c5570332539b7aadd359f1c398fd410aed/%7B%7Bcookiecutter.project_name%7D%7D/pyproject.toml#L10

With the outcome being

license = "MIT"
# or
license = "Apache-2.0"