summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoralvy <alvyjudy@gmail.com>2020-07-29 21:41:20 -0400
committeralvy <alvyjudy@gmail.com>2020-07-29 21:41:20 -0400
commitdbc968a808791a0cd494c4d993592e832d2e5fed (patch)
treef530e6280d450923a19a2830be84060a8149e69d /docs
parent89e852c476c4fad9849ac21562be5be836c5a9f6 (diff)
downloadpython-setuptools-git-dbc968a808791a0cd494c4d993592e832d2e5fed.tar.gz
docs: remove editorial message and lengthy description of dependency type
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide/dependency_management.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/userguide/dependency_management.txt b/docs/userguide/dependency_management.txt
index ca2ac75a..1c9cf638 100644
--- a/docs/userguide/dependency_management.txt
+++ b/docs/userguide/dependency_management.txt
@@ -2,10 +2,8 @@
Dependencies Management in Setuptools
=====================================
-``Setuptools``'s dependency management is meticulous, or agonizing, depending
-on your level of familiarity. There are three types of dependency styles.
-1) those required to run the packaging program (build system requirement),
-2) those your package depends on (required dependency) and 3) optional
+There are three types of dependency styles offered by setuptools:
+1) build system requirement, required dependency and 3) optional
dependency.
.. Note::