Skip to content

Commit 0c28f6f

Browse files
author
Matthias Koeppe
committed
src/doc/en/developer/coding_basics.rst: Link to #33037 for SAGE_EXTCODE deprecation
1 parent 421c37f commit 0c28f6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/doc/en/developer/coding_basics.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,9 @@ included in one of the following places:
200200
from sage.env import SAGE_EXTCODE
201201
file = os.path.join(SAGE_EXTCODE, 'directory', 'file')
202202

203-
In both cases, the files must be listed (explicitly or via wildcards) in
203+
This practice is deprecated, see :issue:`33037`.
204+
205+
In all cases, the files must be listed (explicitly or via wildcards) in
204206
the section ``options.package_data`` of the file
205207
``SAGE_ROOT/pkgs/sagemath-standard/setup.cfg.m4`` (or the corresponding
206208
file of another distribution).

0 commit comments

Comments
 (0)