Skip to content

Commit 51bdaa0

Browse files
Denis EpifanovDenis Epifanov
authored andcommitted
Add link to reference for setup.py
1 parent 689b25e commit 51bdaa0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ 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.
104+
1. Make sure what your package setup.py file is correct. Check Reference_.
105+
.. _Reference: https://packaging.python.org/distributing/
105106
2. 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

0 commit comments

Comments
 (0)