Skip to content

Commit 3e12b37

Browse files
Denis EpifanovDenis Epifanov
authored andcommitted
fix formating for readme.rst
1 parent 8533b2d commit 3e12b37

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,12 @@ Default admin login \ password is: admin \ admin
101101
How 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

107106
2. 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

0 commit comments

Comments
 (0)