diff options
| author | alvy <alvyjudy@gmail.com> | 2020-07-29 21:41:20 -0400 |
|---|---|---|
| committer | alvy <alvyjudy@gmail.com> | 2020-07-29 21:41:20 -0400 |
| commit | dbc968a808791a0cd494c4d993592e832d2e5fed (patch) | |
| tree | f530e6280d450923a19a2830be84060a8149e69d /docs | |
| parent | 89e852c476c4fad9849ac21562be5be836c5a9f6 (diff) | |
| download | python-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.txt | 6 |
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:: |
