Verified Commit e87af885 authored by Jakob Moser's avatar Jakob Moser
Browse files

Make it a Python "project"

i.e. one we can hopefully install via Git
parent 82efe010
Loading
Loading
Loading
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"