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 @@ -101,11 +101,12 @@ 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. Check reference at.
105- .. _Reference : https://packaging.python.org/distributing/
104+ 1. Make sure what your package setup.py file is correct. Check reference at https://packaging.python.org/distributing/
106105
1071062. Create at home directory .pypirc
107+
108108.. code-block ::
109+
109110 [distutils]
110111 index-servers =
111112 mypypi
@@ -115,7 +116,9 @@ How upload own package
115116 username=admin
116117 password=admin
117118
118- 3. Make bundle, register package at your pypi server and upload package:
119+ 3. Make bundle, register package at your pypi-server and upload package:
120+
119121.. code-block :: bash
122+
120123 cd your_package_root_folder
121124 python setup.py sdist register upload -r mypypi
You can’t perform that action at this time.
0 commit comments