From cfea5ebb2c3382ba05fd2af860d2e2d2e421f0f1 Mon Sep 17 00:00:00 2001 From: Denis Anikin Date: Sun, 15 Nov 2020 04:14:17 +0300 Subject: [PATCH] What about d? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4240fd9..c36b0f0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ If there is no release, or you dont want/cant use pypi, then: - `git clone` this repo - `pipenv install` to install requirements or just `pip install flit` - `flit install` - Yes, we dont use classic `setup.py`, we use flit + `pyproject.toml`. Go bless PEP-518 + PEP-621. + Yes, we dont use classic `setup.py`, we use flit + `pyproject.toml`. God bless PEP-518 + PEP-621. # Using with Django as midleware