summaryrefslogtreecommitdiff
path: root/docs/source/internal
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-03-29 20:15:45 -0700
committerAnthony Sottile <asottile@umich.edu>2021-03-29 20:15:45 -0700
commit83fc824ca1c4c73594ef910dadb7f31a11c95cee (patch)
tree8b758688ac7fdc333d388aac89f9a67ed1d2aeed /docs/source/internal
parent00f92087dac5b49acde245be91253dc14b612000 (diff)
downloadflake8-83fc824ca1c4c73594ef910dadb7f31a11c95cee.tar.gz
remove flake8 setuptools command
Diffstat (limited to 'docs/source/internal')
-rw-r--r--docs/source/internal/start-to-finish.rst15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/source/internal/start-to-finish.rst b/docs/source/internal/start-to-finish.rst
index faed9bd..5e31083 100644
--- a/docs/source/internal/start-to-finish.rst
+++ b/docs/source/internal/start-to-finish.rst
@@ -47,21 +47,6 @@ both cases, however, you end up in :func:`flake8.main.cli.main`. This is the
primary way that users will end up starting Flake8. This function creates an
instance of |Application|.
-via Setuptools
---------------
-
-If you're invoking |Flake8| from your ``setup.py`` then you actually end up in
-:meth:`flake8.main.setuptools_command.Flake8.run`. This then collects the
-files that are included in the package information and creates an instance of
-|Application|.
-
-via Git or Mercurial
---------------------
-
-In both cases, they call their respective ``hook`` functions which create
-instances of |Application|.
-
-
Application Logic
=================