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 @@ -157,7 +157,8 @@ included in one of the following places:
157
157
location as the Python code. This is referred to as "package data".
158
158
159
159
The preferred way to access the data from Python is using the
160
- `importlib.resources API <https://importlib-resources.readthedocs.io/en/latest/using.html> `,
160
+ `importlib.resources API
161
+ <https://importlib-resources.readthedocs.io/en/latest/using.html> `_,
161
162
in particular the function :func: `importlib.resources.files `.
162
163
Using it, you can:
163
164
@@ -203,9 +204,11 @@ is proposed to do the following:
203
204
204
205
- add metadata to the repository that make it a pip-installable
205
206
package (distribution package), as explained for example in the
206
- `Python Packaging User Guide <https://packaging.python.org/en/latest/tutorials/packaging-projects/ >`_,
207
+ `Python Packaging User Guide
208
+ <https://packaging.python.org/en/latest/tutorials/packaging-projects/> `_,
207
209
208
- - `upload it to PyPI <https://packaging.python.org/en/latest/tutorials/packaging-projects/#uploading-the-distribution-archives >`_,
210
+ - `upload it to PyPI
211
+ <https://packaging.python.org/en/latest/tutorials/packaging-projects/#uploading-the-distribution-archives> `_,
209
212
210
213
- create metadata in ``SAGE_ROOT/build/pkgs `` that make your new
211
214
pip-installable package known to Sage; see :ref: `chapter-packaging `.
You can’t perform that action at this time.
0 commit comments