Learning

Record learning from practice

View project on GitHub

Python

Python Package

License Declaration

# Option 1: Direct license identifier (if using a standard license)
license = {text = "MIT"}

# Option 2: SPDX identifier
license = "MIT"

# Option 3: File reference (what you currently have)
license = {file = "LICENSE"}

References

  • https://www.python.org/
  • https://docs.python.org/3/
  • https://donate.python.org/
  • https://pypi.org/
  • https://github.com/python/