Add license

This commit is contained in:
Nick Pegg 2024-08-04 18:29:39 -07:00
parent ef1814409d
commit abf2ecc748
2 changed files with 22 additions and 1 deletions

View file

@ -5,7 +5,7 @@ description = "A simple photo album static site generator"
authors = ["Nick Pegg <nick@nickpegg.com>"]
repository = "https://github.com/nickpegg/photojawn"
readme = "README.md"
license = "TODO"
license = "MIT"
[tool.poetry.scripts]
photojawn = 'photojawn.cli:main'