From f0b3fdfe2bcc64ba3d64647a1a8015390430763f Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 05:50:24 +0000 Subject: [PATCH] fix: replace Rust CI with Python CI workflow --- setup.cfg | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9f5cdc6..3b62d24 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,6 @@ -[flake8] -max-line-length = 100 -exclude = .git,__pycache__,build,dist,.eggs +[metadata] +name = json-to-openapi +version = 1.0.0 + +[options] +packages = find: