Skip to content

Commit cb2434b

Browse files
authored
Merge pull request #1820 from mr-c/patch-1
add link to entry points doc
2 parents 4a61d98 + d79408e commit cb2434b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -995,8 +995,9 @@ In order to qualify as a noarch python package, all of the following criteria mu
995995
section.
996996
- ``2to3`` is not used
997997
- ``scripts`` argument in ``setup.py`` is not used
998-
- If ``console_scripts`` ``entry_points`` are defined in ``setup.py`` or ``setup.cfg``, they are also listed in
999-
the ``build`` section of ``meta.yaml``
998+
- If ``console_scripts`` ``entry_points`` are defined in ``setup.py`` or ``setup.cfg``, they are also
999+
`listed <https://conda.io/projects/conda-build/en/latest/resources/define-metadata.html#python-entry-points>`__
1000+
in the ``build`` section of ``meta.yaml``
10001001
- No activate scripts
10011002

10021003
.. note::

0 commit comments

Comments
 (0)