Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package-spec.rst #5409

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions docs/source/resources/package-spec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@ conda package is composed of the first 3 values, as in:

See :ref:`repo-si`.

info/paths.json
---------------

Combines information from ``info/files``, ``info/has_prefix``, and
``info/no_link`` into a single file. The older files are ignored by
conda when ``paths.json`` is present. Introduced in 2016.

info/files
----------

Expand Down Expand Up @@ -178,18 +185,18 @@ EXAMPLE: On macOS or Linux::
delimiter. On Windows, the placeholder and path always appear
in quotes to support paths with spaces.

info/license.txt
----------------

Optional file. The software license for the package.

info/no_link
------------

Optional file. Lists all files that cannot be linked---either
soft-linked or hard-linked---into environments and are copied
instead.

info/license.txt
----------------

Optional file. The software license for the package.

info/about.json
---------------

Expand Down