Skip to content

Commit

Permalink
src/doc/en/developer/coding_basics.rst: Link to sagemath#33037 for SA…
Browse files Browse the repository at this point in the history
…GE_EXTCODE deprecation
  • Loading branch information
mkoeppe committed Mar 5, 2024
1 parent d645175 commit 6984347
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/doc/en/developer/coding_basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@ included in one of the following places:
from sage.env import SAGE_EXTCODE
file = os.path.join(SAGE_EXTCODE, 'directory', 'file')

In both cases, the files must be listed (explicitly or via wildcards) in
This practice is deprecated, see :issue:`33037`.

In all cases, the files must be listed (explicitly or via wildcards) in
the section ``options.package_data`` of the file
``SAGE_ROOT/pkgs/sagemath-standard/setup.cfg.m4`` (or the corresponding
file of another distribution).
Expand Down

0 comments on commit 6984347

Please sign in to comment.