Skip to content

Commit

Permalink
Fix link markup in readme (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcaine authored and ryanbaumann committed Sep 18, 2018
1 parent 7b04bf5 commit 2e643ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Release process
* ``git tag <version>``
* ``git push --tags``
- Setup for pypi (one time only)
* You'll need to ``pip install twine`` and set up your credentials in a [~/.pypirc](https://docs.python.org/2/distutils/packageindex.html#pypirc) [file](https://docs.python.org/2/distutils/packageindex.html#pypirc).
* You'll need to ``pip install twine`` and set up your credentials in a `~/.pypirc <https://docs.python.org/2/distutils/packageindex.html#pypirc>`__ `file <https://docs.python.org/2/distutils/packageindex.html#pypirc>`__.
- Create the release files
* ``rm dist/*`` # clean out old releases if they exist
* ``python setup.py sdist bdist_wheel``
Expand Down

0 comments on commit 2e643ce

Please sign in to comment.