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
101
101
How upload own package
102
102
----------------------
103
103
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/
106
105
107
106
2. Create at home directory .pypirc
107
+
108
108
.. code-block ::
109
+
109
110
[distutils]
110
111
index-servers =
111
112
mypypi
@@ -115,7 +116,9 @@ How upload own package
115
116
username=admin
116
117
password=admin
117
118
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
+
119
121
.. code-block :: bash
122
+
120
123
cd your_package_root_folder
121
124
python setup.py sdist register upload -r mypypi
You can’t perform that action at this time.
0 commit comments