We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421c37f commit 0c28f6fCopy full SHA for 0c28f6f
src/doc/en/developer/coding_basics.rst
@@ -200,7 +200,9 @@ included in one of the following places:
200
from sage.env import SAGE_EXTCODE
201
file = os.path.join(SAGE_EXTCODE, 'directory', 'file')
202
203
-In both cases, the files must be listed (explicitly or via wildcards) in
+ This practice is deprecated, see :issue:`33037`.
204
+
205
+In all cases, the files must be listed (explicitly or via wildcards) in
206
the section ``options.package_data`` of the file
207
``SAGE_ROOT/pkgs/sagemath-standard/setup.cfg.m4`` (or the corresponding
208
file of another distribution).
0 commit comments