File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,8 @@ Default admin login \ password is: admin \ admin
101101How upload own package
102102----------------------
103103
104- 1. Make sure what your package setup.py file is correct.
104+ 1. Make sure what your package setup.py file is correct. Check Reference _.
105+ .. _Reference : https://packaging.python.org/distributing/
1051062. Create at home directory .pypirc
106107.. code-block :: ini
107108 [distutils]
@@ -113,7 +114,7 @@ How upload own package
113114 username =admin
114115 password =admin
115116
116- 2 . Make bundle, register package at your pypi server and upload package:
117+ 3 . Make bundle, register package at your pypi server and upload package:
117118.. code-block :: bash
118119 cd your_package_root_folder
119120 python setup.py sdist register upload -r mypypi
You can’t perform that action at this time.
0 commit comments