From 87c69cfa95a2f096a3cb0da815935f7210cf7b04 Mon Sep 17 00:00:00 2001 From: Mathieu Imfeld Date: Sat, 31 May 2025 14:36:02 +0200 Subject: [PATCH] Project Housekeeping --- pyproject.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fa2773b..8f2b5f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ description = "A Python API using FastAPI" urls = { "Sources" = "https://github.com/MrMatAP/mrmat-python-api-fastapi.git" } keywords = ["api", "python", "fastapi"] readme = "README.md" -license = { text = "MIT" } +license = "MIT" authors = [ { "name" = "Mathieu Imfeld", "email" = "imfeldma+9jqerw@gmail.com" } ] @@ -19,11 +19,10 @@ maintainers = [ { "name" = "Mathieu Imfeld", "email" = "imfeldma+9jqerw@gmail.com" } ] classifiers = [ - "Development Status :: 3 - Alpha", - "License :: OSI Approved :: MIT", - "Programming Language :: Python :: 3.12" + "Development Status :: 4 - Beta", + "Programming Language :: Python :: 3.13" ] -requires-python = ">=3.12" +requires-python = ">=3.13" dynamic = ["version", "dependencies", "optional-dependencies"] [tool.setuptools.dynamic]