File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,8 @@ included in one of the following places:
161
161
location as the Python code. This is referred to as "package data".
162
162
163
163
The preferred way to access the data from Python is using the
164
- `importlib.resources API <https://importlib-resources.readthedocs.io/en/latest/using.html> `,
164
+ `importlib.resources API
165
+ <https://importlib-resources.readthedocs.io/en/latest/using.html> `_,
165
166
in particular the function :func: `importlib.resources.files `.
166
167
Using it, you can:
167
168
@@ -207,9 +208,11 @@ is proposed to do the following:
207
208
208
209
- add metadata to the repository that make it a pip-installable
209
210
package (distribution package), as explained for example in the
210
- `Python Packaging User Guide <https://packaging.python.org/en/latest/tutorials/packaging-projects/ >`_,
211
+ `Python Packaging User Guide
212
+ <https://packaging.python.org/en/latest/tutorials/packaging-projects/> `_,
211
213
212
- - `upload it to PyPI <https://packaging.python.org/en/latest/tutorials/packaging-projects/#uploading-the-distribution-archives >`_,
214
+ - `upload it to PyPI
215
+ <https://packaging.python.org/en/latest/tutorials/packaging-projects/#uploading-the-distribution-archives> `_,
213
216
214
217
- create metadata in ``SAGE_ROOT/build/pkgs `` that make your new
215
218
pip-installable package known to Sage; see :ref: `chapter-packaging `.
You can’t perform that action at this time.
0 commit comments