summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTaneli Hukkinen <hukkinj1@users.noreply.github.com>2020-07-04 19:09:34 +0300
committerTaneli Hukkinen <hukkinj1@users.noreply.github.com>2020-07-04 19:09:34 +0300
commit1a748704d01676bbf9ea27333c99fe7b7309af28 (patch)
tree74be0a436e4b3bb55d6cc3ce01b79c78133ebac2 /README.md
parent5325832ef78a98e4a6445a0a68a2d4cdf93d5f5b (diff)
downloadisort-1a748704d01676bbf9ea27333c99fe7b7309af28.tar.gz
Remove references to removed isort[pyproject] extra in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/README.md b/README.md
index 0bbb5da0..fe3254bc 100644
--- a/README.md
+++ b/README.md
@@ -98,12 +98,6 @@ Install isort with both formats support:
pip install isort[requirements,pipfile]
```
-Install isort with support for reading configuration from `pyproject.toml`:
-
-```bash
-pip install isort[pyproject]
-```
-
Using isort
===========
@@ -237,8 +231,7 @@ Or, if you prefer, you can add an `isort` or `tool:isort` section to
your project's `setup.cfg` or `tox.ini` file with any desired settings.
You can also add your desired settings under a `[tool.isort]` section in
-your `pyproject.toml` file. For `pyproject.toml` support, use
-`pip install isort[pyproject]`.
+your `pyproject.toml` file.
You can then override any of these settings by using command line
arguments, or by passing in override values to any of the public Python API