Skip to content

Commit

Permalink
Uprade ez_setup.py to latest setuptools version (18.2).
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Bronn committed Aug 24, 2015
1 parent 531f847 commit cb611e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 0.9.9 (unreleased)

IMPROVEMENTS

* Uprade ez_setup.py to latest setuptools version (18.2).

FEATURES:

* Add support for OS X via Sam Kerr (GH-3)
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
}

# Parameters for when using ez_setup.py.
$ez_version = '14.3.1'
$ez_version = '18.2'
$ez_base_url = 'https://pypi.python.org/packages/source/s/setuptools/'
if $::osfamily != 'windows' {
include sys
Expand Down

0 comments on commit cb611e0

Please sign in to comment.