From c539b8f72b9d47453a09febe91ec551e11252f80 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Fri, 27 Dec 2024 22:55:13 +0200 Subject: bump --- pyproject.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..b058883 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,19 @@ +[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 = [] +classifiers = [ + "Programming Language :: Python :: 3", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", + "Development Status :: 1 - Planning" +] + +[tool.black] +line-length = 100 -- cgit v1.2.3