Fix CI: Remove duplicate files and fix pyproject.toml configuration
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -28,12 +28,12 @@ curl-to-code = "curl_to_code_converter.__main__:main"
|
|||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/example/curl-to-code-converter"
|
Homepage = "https://github.com/example/curl-to-code-converter"
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
|
||||||
where = ["."]
|
|
||||||
include = ["curl_to_code_converter*"]
|
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"pytest>=7.0.0",
|
"pytest>=7.0.0",
|
||||||
"ruff>=0.1.0",
|
"ruff>=0.1.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.setuptools.packages.find]
|
||||||
|
where = ["."]
|
||||||
|
include = ["curl_to_code_converter*"]
|
||||||
|
|||||||
Reference in New Issue
Block a user