From 5a112332f2959a96973559a2bdcc3646ea3b8155 Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Fri, 22 May 2026 11:15:46 +0200 Subject: [PATCH] chore: complete pyproject.toml --- pyproject.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 73cac0b..69a9f7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,16 @@ version = "0.1.0" description = "A static-first type checking framework for Python data-frames" readme = "README.md" requires-python = ">=3.11" +authors = [ + { name = "Louis Heredero", email = "louis.heredero@students.hevs.ch" }, +] +classifiers = ["Programming Language :: Python :: 3"] dependencies = ["click>=8.4.1"] +[project.urls] +Homepage = "https://git.kbk28.ch/HEL/midas" +Repository = "https://git.kbk28.ch/HEL/midas" + [project.scripts] midas = "midas.cli.main:midas"