diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-12 11:15:03 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-12 11:15:03 -0500 |
| commit | 8ccd428cd2a733891bffce13e017774ea82bd8d2 (patch) | |
| tree | d3d89191b0e7ac27572610b3307909ad6e1dde6e | |
| parent | 236b0499acc167551df9553f7d20e8a5d0c010e0 (diff) | |
| download | python-setuptools-git-8ccd428cd2a733891bffce13e017774ea82bd8d2.tar.gz | |
Correct syntax in changelog
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 504281da..75b13e46 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,9 +12,9 @@ CHANGES ---- * Added support for using passwords from keyring in the upload -command. See `the upload docs -<http://pythonhosted.org/setuptools/setuptools.html#upload-upload-source-and-or-egg-distributions-to-pypi>`_ -for details. + command. See `the upload docs + <http://pythonhosted.org/setuptools/setuptools.html#upload-upload-source-and-or-egg-distributions-to-pypi>`_ + for details. 20.0 ---- |
