[project] name = "htmtl" version = "0.1.0" description = "A templating language that is both a superset and subset of HTML." readme = "README.md" requires-python = ">=3.10" authors = [ { name = "Asko Nõmm", email = "asko@nmm.ee" } ] dependencies = [ "dompa>0.4.1" ] classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Development Status :: 1 - Planning" ] [tool.black] line-length = 100