Skip to content

Commit

Permalink
Fix warning about duplicate target
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jul 31, 2021
1 parent 58beed7 commit c7c8ebc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/pyproject_toml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 109,7 @@ Dependencies

The ``dependencies`` field is a list of other packages from PyPI that this
package needs. Each package may be followed by a version specifier like
``>=4.1``, and/or an `environment marker
<https://www.python.org/dev/peps/pep-0508/#environment-markers>`_
``>=4.1``, and/or an `environment marker`_
after a semicolon. For example:

.. code-block:: toml
Expand Down Expand Up @@ -257,8 256,7 @@ home-page
requires
A list of other packages from PyPI that this package needs. Each package may
be followed by a version specifier like ``(>=4.1)`` or ``>=4.1``, and/or an
`environment marker
<https://www.python.org/dev/peps/pep-0345/#environment-markers>`_
`environment marker`_
after a semicolon. For example:

.. code-block:: toml
Expand Down Expand Up @@ -402,3 400,5 @@ These paths:
is platform dependent

Exclusions have priority over inclusions.

.. _environment marker: https://www.python.org/dev/peps/pep-0508/#environment-markers

0 comments on commit c7c8ebc

Please sign in to comment.