File tree 1 file changed +5
-1
lines changed 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,9 @@ In the command above,
122
122
123
123
- ``<path to distribution> `` should be a path to a distribution file (or
124
124
directory of distribution files) of the package you would like to test,
125
- likely created by running ``python setup.py ``.
125
+ likely created by running ``python setup.py sdist ``. See the `Python
126
+ Packaging User Guide `_ for instructions on how to create a distribution
127
+ file or directory.
126
128
127
129
- ``<username> `` is the username of the account you would like to test with.
128
130
Note that your current PyPI username may not exist in the development
@@ -151,3 +153,5 @@ Merge requirements
151
153
.. _`Code of Conduct` : https://www.pypa.io/en/latest/code-of-conduct/
152
154
153
155
.. _`twine` : https://github.com/pypa/twine
156
+
157
+ .. _`Python Packaging User Guide` : https://packaging.python.org/tutorials/distributing-packages/#packaging-your-project
You can’t perform that action at this time.
0 commit comments