Commit 2f182743 authored by Jason R. Coombs's avatar Jason R. Coombs

Bumped to 0.9.9 in preparation for next release.

parent 9dcc92c2
...@@ -28,7 +28,7 @@ try: ...@@ -28,7 +28,7 @@ try:
except ImportError: except ImportError:
USER_SITE = None USER_SITE = None
DEFAULT_VERSION = "0.9.8" DEFAULT_VERSION = "0.9.9"
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):
......
[distutils.setup_keywords]
exclude_package_data = setuptools.dist:check_package_data
packages = setuptools.dist:check_packages
install_requires = setuptools.dist:check_requirements
eager_resources = setuptools.dist:assert_string_list
use_2to3 = setuptools.dist:assert_bool
namespace_packages = setuptools.dist:check_nsp
package_data = setuptools.dist:check_package_data
use_2to3_exclude_fixers = setuptools.dist:assert_string_list
dependency_links = setuptools.dist:assert_string_list
use_2to3_fixers = setuptools.dist:assert_string_list
test_suite = setuptools.dist:check_test_suite
tests_require = setuptools.dist:check_requirements
test_loader = setuptools.dist:check_importable
convert_2to3_doctests = setuptools.dist:assert_string_list
include_package_data = setuptools.dist:assert_bool
extras_require = setuptools.dist:check_extras
entry_points = setuptools.dist:check_entry_points
zip_safe = setuptools.dist:assert_bool
[setuptools.file_finders] [setuptools.file_finders]
svn_cvs = setuptools.command.sdist:_default_revctrl svn_cvs = setuptools.command.sdist:_default_revctrl
[egg_info.writers] [egg_info.writers]
dependency_links.txt = setuptools.command.egg_info:overwrite_arg
depends.txt = setuptools.command.egg_info:warn_depends_obsolete depends.txt = setuptools.command.egg_info:warn_depends_obsolete
top_level.txt = setuptools.command.egg_info:write_toplevel_names top_level.txt = setuptools.command.egg_info:write_toplevel_names
entry_points.txt = setuptools.command.egg_info:write_entries namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
eager_resources.txt = setuptools.command.egg_info:overwrite_arg
dependency_links.txt = setuptools.command.egg_info:overwrite_arg
requires.txt = setuptools.command.egg_info:write_requirements requires.txt = setuptools.command.egg_info:write_requirements
PKG-INFO = setuptools.command.egg_info:write_pkg_info PKG-INFO = setuptools.command.egg_info:write_pkg_info
eager_resources.txt = setuptools.command.egg_info:overwrite_arg entry_points.txt = setuptools.command.egg_info:write_entries
namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
[setuptools.installation]
eggsecutable = setuptools.command.easy_install:bootstrap
[console_scripts]
easy_install = setuptools.command.easy_install:main
easy_install-3.3 = setuptools.command.easy_install:main
[distutils.setup_keywords]
dependency_links = setuptools.dist:assert_string_list
packages = setuptools.dist:check_packages
exclude_package_data = setuptools.dist:check_package_data
use_2to3_exclude_fixers = setuptools.dist:assert_string_list
package_data = setuptools.dist:check_package_data
use_2to3 = setuptools.dist:assert_bool
tests_require = setuptools.dist:check_requirements
entry_points = setuptools.dist:check_entry_points
extras_require = setuptools.dist:check_extras
include_package_data = setuptools.dist:assert_bool
eager_resources = setuptools.dist:assert_string_list
zip_safe = setuptools.dist:assert_bool
install_requires = setuptools.dist:check_requirements
use_2to3_fixers = setuptools.dist:assert_string_list
test_suite = setuptools.dist:check_test_suite
test_loader = setuptools.dist:check_importable
namespace_packages = setuptools.dist:check_nsp
convert_2to3_doctests = setuptools.dist:assert_string_list
[distutils.commands] [distutils.commands]
develop = setuptools.command.develop:develop
bdist_egg = setuptools.command.bdist_egg:bdist_egg bdist_egg = setuptools.command.bdist_egg:bdist_egg
setopt = setuptools.command.setopt:setopt
egg_info = setuptools.command.egg_info:egg_info egg_info = setuptools.command.egg_info:egg_info
build_ext = setuptools.command.build_ext:build_ext
test = setuptools.command.test:test
install = setuptools.command.install:install
install_egg_info = setuptools.command.install_egg_info:install_egg_info
upload_docs = setuptools.command.upload_docs:upload_docs
saveopts = setuptools.command.saveopts:saveopts
alias = setuptools.command.alias:alias alias = setuptools.command.alias:alias
install_scripts = setuptools.command.install_scripts:install_scripts
build_py = setuptools.command.build_py:build_py
sdist = setuptools.command.sdist:sdist sdist = setuptools.command.sdist:sdist
bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
test = setuptools.command.test:test
easy_install = setuptools.command.easy_install:easy_install easy_install = setuptools.command.easy_install:easy_install
rotate = setuptools.command.rotate:rotate
install_lib = setuptools.command.install_lib:install_lib
register = setuptools.command.register:register register = setuptools.command.register:register
setopt = setuptools.command.setopt:setopt
install = setuptools.command.install:install
install_scripts = setuptools.command.install_scripts:install_scripts
bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm build_ext = setuptools.command.build_ext:build_ext
rotate = setuptools.command.rotate:rotate
[setuptools.installation] develop = setuptools.command.develop:develop
eggsecutable = setuptools.command.easy_install:bootstrap install_lib = setuptools.command.install_lib:install_lib
upload_docs = setuptools.command.upload_docs:upload_docs
[console_scripts] install_egg_info = setuptools.command.install_egg_info:install_egg_info
easy_install = setuptools.command.easy_install:main build_py = setuptools.command.build_py:build_py
easy_install-3.3 = setuptools.command.easy_install:main saveopts = setuptools.command.saveopts:saveopts
[ssl:sys_platform=='win32' and python_version=='2.4'] [certs]
ctypes==1.0.2 certifi==0.0.8
[ssl:python_version in '2.4, 2.5'] [ssl:python_version in '2.4, 2.5']
ssl==1.16 ssl==1.16
[certs] [ssl:sys_platform=='win32' and python_version=='2.4']
certifi==0.0.8 ctypes==1.0.2
[ssl:sys_platform=='win32'] [ssl:sys_platform=='win32']
wincertstore==0.1 wincertstore==0.1
\ No newline at end of file
...@@ -8,7 +8,7 @@ from distutils.util import convert_path ...@@ -8,7 +8,7 @@ from distutils.util import convert_path
import os import os
import sys import sys
__version__ = '0.9.8' __version__ = '0.9.9'
__all__ = [ __all__ = [
'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require',
'find_packages' 'find_packages'
......
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