docs: add MIT license

This commit is contained in:
Konstantin Fickel 2026-03-05 21:07:23 +01:00
parent 6bfef61ecc
commit fc70bc28ab
Signed by: kfickel
GPG key ID: A793722F9933C1A5
2 changed files with 22 additions and 0 deletions

View file

@ -3,6 +3,7 @@ name = "cv"
version = "0.1.0"
description = "Generate a pretty CV from a Markdown File"
readme = "README.md"
license = "MIT"
requires-python = ">=3.13"
dependencies = [
"basedpyright>=1.38.2",