Commit db349656 authored by Tarek Ziade's avatar Tarek Ziade

starting 0.6.18

--HG--
branch : distribute
extra : rebase_source : 5d775d7c1cae24d5a671bd92594981b2979d40e7
parent 91479552
......@@ -99,9 +99,9 @@ Source installation
Download the source tarball, uncompress it, then run the install command::
$ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.17.tar.gz
$ tar -xzvf distribute-0.6.17.tar.gz
$ cd distribute-0.6.17
$ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.18.tar.gz
$ tar -xzvf distribute-0.6.18.tar.gz
$ cd distribute-0.6.18
$ python setup.py install
---------------------------
......
......@@ -32,7 +32,7 @@ depends.txt = setuptools.command.egg_info:warn_depends_obsolete
[console_scripts]
easy_install = setuptools.command.easy_install:main
easy_install-2.7 = setuptools.command.easy_install:main
easy_install-2.6 = setuptools.command.easy_install:main
[setuptools.file_finders]
svn_cvs = setuptools.command.sdist:_default_revctrl
......
#!/bin/sh
export VERSION="0.6.17"
export VERSION="0.6.18"
# tagging
hg tag $VERSION
......
......@@ -37,7 +37,7 @@ init_path = convert_path('setuptools/command/__init__.py')
exec(open(init_path).read(), d)
SETUP_COMMANDS = d['__all__']
VERSION = "0.6.17"
VERSION = "0.6.18"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py
......
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