Skip to content

Commit 05bfb9d

Browse files
committed
fix: Remove pyproject.toml
1 parent fe90139 commit 05bfb9d

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
SHELL = /bin/bash
22

3-
export PIP_USE_PEP517 := false
4-
53
VENV_PATH = .venv
64

75
help:

pyproject.toml

-15
This file was deleted.

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ deps =
131131
linters: mypy
132132
setenv =
133133
PYTHONDONTWRITEBYTECODE=1
134-
PIP_USE_PEP517=false
135134
TESTPATH=tests
136135
django: TESTPATH=tests/integrations/django
137136
flask: TESTPATH=tests/integrations/flask

0 commit comments

Comments
 (0)