[project] name = "homepage" version = "0" dependencies = [ "pyyaml>=6.0.2", "pillow>=11.1.0", "jinja2>=3.1.5", ] requires-python = "==3.12.*" readme = "README.md" license = {text = "CC-BY-NC-SA-4.0"} [tool.pdm] distribution = false [tool.pdm.scripts] start = "python3 make.py"