summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-08-13 23:34:12 +0200
committerholger krekel <holger@merlinux.eu>2013-08-13 23:34:12 +0200
commit561f7d3a0809b289ddb6622fb710eb19965f761a (patch)
treeac995f6c3a9c4d871448b966e026e621d984f26c /setup.py
parentc08e799a9e7cd799f6862839baabaae9b361f73b (diff)
downloadtox-561f7d3a0809b289ddb6622fb710eb19965f761a.tar.gz
during installation of packages HOME is now set to a pseudo
location (envtmpdir/pseudo-home). Also, if an index url was specified a .pydistutils.cfg file will be written so that index_url is set if a package contains a ``setup_requires``.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 731c04e..f286a4f 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ def main():
description='virtualenv-based automation of test activities',
long_description=open("README.rst").read(),
url='http://tox.testrun.org/',
- version='1.6rc1',
+ version='1.6rc2',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',