From 97ccbb32a4f674e14b1fc6eb524182d7c64b8a98 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 21:59:50 +0000 Subject: [PATCH] Add pyproject.toml and simplify CI workflow --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c7b254b..c59e2b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.0" description = "OpenAPI Mock Server Generator - Generate functional mock APIs from OpenAPI 3.x specs" readme = "README.md" requires-python = ">=3.10" -license = "MIT" +license = {text = "MIT"} authors = [ {name = "MockAPI Team"} ] @@ -62,4 +62,4 @@ exclude_lines = [ "def __repr__", "raise NotImplementedError", "if __name__ == .__main__.:", -] \ No newline at end of file +]