diff options
| author | 谭九鼎 <109224573@qq.com> | 2020-10-03 10:30:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-03 10:30:49 +0800 |
| commit | 754f710a10c15b7456c086c2839f01ad2556b3fc (patch) | |
| tree | 2d04d1b46f876ec9f7376dc2b2148cbdb0b94922 /docs/userguide | |
| parent | 1ba4f4e0240d4e09585463dc7ebb9b7a47b1eb48 (diff) | |
| download | python-setuptools-git-754f710a10c15b7456c086c2839f01ad2556b3fc.tar.gz | |
Update dependency_management.rst
Diffstat (limited to 'docs/userguide')
| -rw-r--r-- | docs/userguide/dependency_management.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguide/dependency_management.rst b/docs/userguide/dependency_management.rst index a26ab6c3..ae2192d8 100644 --- a/docs/userguide/dependency_management.rst +++ b/docs/userguide/dependency_management.rst @@ -266,7 +266,7 @@ the two dependencies ``PDF`` maps to. The second use case is that other package can use this "extra" for their own dependencies. For example, if "Project-B" needs "project A" with PDF support -installed, it might declare the dependency like this:: +installed, it might declare the dependency like this: .. code-block:: ini @@ -309,4 +309,4 @@ In some cases, you might need to specify the minimum required python version. This is handled with the ``python_requires`` keyword supplied to ``setup.cfg`` or ``setup.py``. -Example WIP
\ No newline at end of file +Example WIP |
