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