We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0424a9 commit 42c399bCopy full SHA for 42c399b
1 file changed
README.md
@@ -41,7 +41,7 @@ print(org)
41
42
## Upload to PyPI
43
44
-1 .Create a `.pypirc` configuration file. This file holds your information for authenticating with PyPI.
+1. Create a `.pypirc` configuration file. This file holds your information for authenticating with PyPI.
45
46
```
47
[distutils]
@@ -52,7 +52,7 @@ print(org)
52
username=your_username
53
password=your_password
54
55
-2 .Login and upload it to PyPI
+2. Login and upload it to PyPI
56
57
58
python setup.py register -r pypi
0 commit comments