Commit a0645ece authored by Jason R. Coombs's avatar Jason R. Coombs

Bumped to 1.1.5 in preparation for next release.

parent 8aa2f12d
...@@ -29,7 +29,7 @@ try: ...@@ -29,7 +29,7 @@ try:
except ImportError: except ImportError:
USER_SITE = None USER_SITE = None
DEFAULT_VERSION = "1.1.4" DEFAULT_VERSION = "1.1.5"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args): def _python_cmd(*args):
......
[console_scripts]
easy_install-3.3 = setuptools.command.easy_install:main
easy_install = setuptools.command.easy_install:main
[distutils.commands] [distutils.commands]
rotate = setuptools.command.rotate:rotate
build_py = setuptools.command.build_py:build_py
sdist = setuptools.command.sdist:sdist
bdist_egg = setuptools.command.bdist_egg:bdist_egg
install = setuptools.command.install:install
register = setuptools.command.register:register register = setuptools.command.register:register
install_lib = setuptools.command.install_lib:install_lib saveopts = setuptools.command.saveopts:saveopts
build_ext = setuptools.command.build_ext:build_ext
develop = setuptools.command.develop:develop
install_scripts = setuptools.command.install_scripts:install_scripts install_scripts = setuptools.command.install_scripts:install_scripts
build_py = setuptools.command.build_py:build_py
install_egg_info = setuptools.command.install_egg_info:install_egg_info
egg_info = setuptools.command.egg_info:egg_info
bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
alias = setuptools.command.alias:alias alias = setuptools.command.alias:alias
bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
easy_install = setuptools.command.easy_install:easy_install easy_install = setuptools.command.easy_install:easy_install
test = setuptools.command.test:test egg_info = setuptools.command.egg_info:egg_info
install = setuptools.command.install:install
setopt = setuptools.command.setopt:setopt setopt = setuptools.command.setopt:setopt
upload_docs = setuptools.command.upload_docs:upload_docs upload_docs = setuptools.command.upload_docs:upload_docs
bdist_egg = setuptools.command.bdist_egg:bdist_egg install_lib = setuptools.command.install_lib:install_lib
rotate = setuptools.command.rotate:rotate bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
sdist = setuptools.command.sdist:sdist install_egg_info = setuptools.command.install_egg_info:install_egg_info
saveopts = setuptools.command.saveopts:saveopts test = setuptools.command.test:test
build_ext = setuptools.command.build_ext:build_ext
develop = setuptools.command.develop:develop
[console_scripts]
easy_install-3.3 = setuptools.command.easy_install:main
easy_install = setuptools.command.easy_install:main
[distutils.setup_keywords] [distutils.setup_keywords]
test_suite = setuptools.dist:check_test_suite entry_points = setuptools.dist:check_entry_points
packages = setuptools.dist:check_packages use_2to3_exclude_fixers = setuptools.dist:assert_string_list
package_data = setuptools.dist:check_package_data
use_2to3_fixers = setuptools.dist:assert_string_list use_2to3_fixers = setuptools.dist:assert_string_list
convert_2to3_doctests = setuptools.dist:assert_string_list install_requires = setuptools.dist:check_requirements
tests_require = setuptools.dist:check_requirements test_suite = setuptools.dist:check_test_suite
test_loader = setuptools.dist:check_importable test_loader = setuptools.dist:check_importable
extras_require = setuptools.dist:check_extras use_2to3 = setuptools.dist:assert_bool
convert_2to3_doctests = setuptools.dist:assert_string_list
zip_safe = setuptools.dist:assert_bool zip_safe = setuptools.dist:assert_bool
exclude_package_data = setuptools.dist:check_package_data tests_require = setuptools.dist:check_requirements
eager_resources = setuptools.dist:assert_string_list eager_resources = setuptools.dist:assert_string_list
include_package_data = setuptools.dist:assert_bool exclude_package_data = setuptools.dist:check_package_data
package_data = setuptools.dist:check_package_data
use_2to3_exclude_fixers = setuptools.dist:assert_string_list
namespace_packages = setuptools.dist:check_nsp namespace_packages = setuptools.dist:check_nsp
use_2to3 = setuptools.dist:assert_bool include_package_data = setuptools.dist:assert_bool
entry_points = setuptools.dist:check_entry_points extras_require = setuptools.dist:check_extras
dependency_links = setuptools.dist:assert_string_list dependency_links = setuptools.dist:assert_string_list
install_requires = setuptools.dist:check_requirements packages = setuptools.dist:check_packages
[setuptools.file_finders] [setuptools.file_finders]
svn_cvs = setuptools.command.sdist:_default_revctrl svn_cvs = setuptools.command.sdist:_default_revctrl
...@@ -51,12 +51,12 @@ svn_cvs = setuptools.command.sdist:_default_revctrl ...@@ -51,12 +51,12 @@ svn_cvs = setuptools.command.sdist:_default_revctrl
eggsecutable = setuptools.command.easy_install:bootstrap eggsecutable = setuptools.command.easy_install:bootstrap
[egg_info.writers] [egg_info.writers]
PKG-INFO = setuptools.command.egg_info:write_pkg_info
requires.txt = setuptools.command.egg_info:write_requirements
depends.txt = setuptools.command.egg_info:warn_depends_obsolete
namespace_packages.txt = setuptools.command.egg_info:overwrite_arg namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
eager_resources.txt = setuptools.command.egg_info:overwrite_arg requires.txt = setuptools.command.egg_info:write_requirements
dependency_links.txt = setuptools.command.egg_info:overwrite_arg
top_level.txt = setuptools.command.egg_info:write_toplevel_names top_level.txt = setuptools.command.egg_info:write_toplevel_names
dependency_links.txt = setuptools.command.egg_info:overwrite_arg
depends.txt = setuptools.command.egg_info:warn_depends_obsolete
PKG-INFO = setuptools.command.egg_info:write_pkg_info
entry_points.txt = setuptools.command.egg_info:write_entries entry_points.txt = setuptools.command.egg_info:write_entries
eager_resources.txt = setuptools.command.egg_info:overwrite_arg
[ssl:sys_platform=='win32']
wincertstore==0.1
[certs]
certifi==0.0.8
[ssl:sys_platform=='win32' and python_version=='2.4'] [ssl:sys_platform=='win32' and python_version=='2.4']
ctypes==1.0.2 ctypes==1.0.2
[ssl:python_version in '2.4, 2.5'] [ssl:python_version in '2.4, 2.5']
ssl==1.16 ssl==1.16
\ No newline at end of file
[certs]
certifi==0.0.8
[ssl:sys_platform=='win32']
wincertstore==0.1
\ No newline at end of file
__version__ = '1.1.4' __version__ = '1.1.5'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment