File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ If you would like to change the names of each section, you can do so by modifyin
76
76
77
77
## Releasing
78
78
To release to PyPI, first make sure that you have a PyPI account set up at https://pypi.python.org/pypi (and at
79
- https://testpypi.python.org/pypi if you plan on using the test index). You will also need a .pyirc file in your
79
+ https://testpypi.python.org/pypi if you plan on using the test index). You will also need a ` .pypirc ` file in your
80
80
home directory with the following contents.
81
81
82
82
[distutils]
@@ -95,7 +95,7 @@ To release to PyPI, first make sure that you have a PyPI account set up at https
95
95
username: <username>
96
96
password: <password>
97
97
98
- The pypitest contents of the .pyirc file are optional and are used for hosting to the test PyPI index.
98
+ The pypitest contents of the ` .pypirc ` file are optional and are used for hosting to the test PyPI index.
99
99
100
100
Update setup.py to contain the correct release version and any other new information.
101
101
You can’t perform that action at this time.
0 commit comments