[tool.poetry] name = "ssg" version = "0.4.0" description = "A basic static site generator." authors = ["Tomasz Kramkowski "] license = "MIT" [tool.poetry.dependencies] python = "^3.11" Jinja2 = "^3.1.2" [tool.isort] profile = "black" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"