Skip to content

Commit f3aa0b0

Browse files
authored
revert: "build: Include a basic setup.py to allow editable installs during development (openapi-generators#370)" (openapi-generators#374)
This reverts commit 915183d.
1 parent 915183d commit f3aa0b0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ skip = [".venv", "tests/test_templates"]
9292
omit = ["openapi_python_client/templates/*"]
9393

9494
[build-system]
95-
requires = ["setuptools", "poetry>=1.0"]
95+
requires = ["poetry>=1.0"]
9696
build-backend = "poetry.masonry.api"

setup.py

-3
This file was deleted.

0 commit comments

Comments
 (0)