From e08108ef427fb432e7832e5bd83f28c37d13a009 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 18:22:54 +0000 Subject: [PATCH] Fix CI: Remove duplicate files and fix pyproject.toml configuration --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8956253..48b6015 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,12 +28,12 @@ curl-to-code = "curl_to_code_converter.__main__:main" [project.urls] Homepage = "https://github.com/example/curl-to-code-converter" -[tool.setuptools.packages.find] -where = ["."] -include = ["curl_to_code_converter*"] - [project.optional-dependencies] dev = [ "pytest>=7.0.0", "ruff>=0.1.0", ] + +[tool.setuptools.packages.find] +where = ["."] +include = ["curl_to_code_converter*"]