Loading pyproject.toml 0 → 100644 +17 −0 Original line number Diff line number Diff line [project] name = "coliverter" version = "0.0.1" authors = [ { name="Jakob Moser", email="moser@cl.uni-heidelberg.de" }, ] description = "Convert Markdown files into other formats, using the 'corporate' identity of Fachschaft Computerlinguistik" readme = "README.md" requires-python = ">=3.12" [project.urls] Homepage = "https://gitlab.cl.uni-heidelberg.de/fachschaft/coliverter" Issues = "https://gitlab.cl.uni-heidelberg.de/fachschaft/coliverter/-/issues" [build-system] requires = ["hatchling >= 1.26"] build-backend = "hatchling.build" Loading
pyproject.toml 0 → 100644 +17 −0 Original line number Diff line number Diff line [project] name = "coliverter" version = "0.0.1" authors = [ { name="Jakob Moser", email="moser@cl.uni-heidelberg.de" }, ] description = "Convert Markdown files into other formats, using the 'corporate' identity of Fachschaft Computerlinguistik" readme = "README.md" requires-python = ">=3.12" [project.urls] Homepage = "https://gitlab.cl.uni-heidelberg.de/fachschaft/coliverter" Issues = "https://gitlab.cl.uni-heidelberg.de/fachschaft/coliverter/-/issues" [build-system] requires = ["hatchling >= 1.26"] build-backend = "hatchling.build"