diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-12-24 19:18:59 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-24 19:18:59 -0600 |
| commit | 1ad2c11ca1d8535c61215b184d18bf713ef813c9 (patch) | |
| tree | d59aa23daa67db73200b82c7c39e1a117fd719c7 /setup.py | |
| parent | e001996ab483c7c725e8894f560fb84c43150bcc (diff) | |
| parent | 0d0baed8da468b2cedb9aa6caf60dc15fdeebd34 (diff) | |
| download | python-setuptools-git-1ad2c11ca1d8535c61215b184d18bf713ef813c9.tar.gz | |
Merge pull request #1232 from duggelz/dgreiman/issue118838.2.5
Fix trailing slash handling in pkg_resources.ZipProvider
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="38.2.4", + version="38.2.5", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", |
