Skip to content

Commit 2cfc448

Browse files
committed
Revert "build: Include a basic setup.py to allow editable installs during development (#370)"
It seems that hings are more complicated than that. This shim setup.py does allow the project to be pip -e installed but you don't get the entrypoints, making it completely useless. This reverts commit 915183d.
1 parent 915183d commit 2cfc448

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)