summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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::