[build-system] requires = ["flit_core >=3.2,<4"] build-backend = "flit_core.buildapi" [project] name = "ssg" requires-python = ">= 3.11" dependencies = ["Jinja2 >= 3,< 4"] authors = [{name = "Tomasz Kramkowski", email = "tomasz@kramkow.ski"}] license = "MIT" classifiers = [ "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", ] dynamic = ["description", "version"] urls = { Source = "https://the-tk.com/cgit/ssg/" } [tool.flit.sdist] exclude = ["**/.gitignore"] [tool.isort] profile = "black" [tool.pyright] strict = ["**/*.py"]