Skip to content

Commit 5c2bf0e

Browse files
tdegeuschrisburr
andauthored
Update src/maintainer/knowledge_base.rst
Co-authored-by: Chris Burr <[email protected]>
1 parent 41c943d commit 5c2bf0e

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
@@ -1058,8 +1058,9 @@ can be used to manage a package's version automatically from metadata, such as g
10581058
The package's version string is thus not specified anywhere in the package,
10591059
but encoded in it at install-time.
10601060

1061-
For conda-build this warrants some attention because the metadata is often not available.
1062-
The are two options to proceed:
1061+
For conda-build this means that ``setuptools_scm`` must be included as a ``host`` dependency.
1062+
Additionally, some attention because the metadata is often not available in the sources.
1063+
There are two options for how to proceed:
10631064

10641065
* For Python package also available on PyPI:
10651066
Use the PyPi tarball as a source, as it will have the metadata encoded

0 commit comments

Comments
 (0)