summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-06-21 19:37:56 +0200
committerholger krekel <holger@merlinux.eu>2013-06-21 19:37:56 +0200
commit18786265f8b8457984d0d85cd9a5fb7226448ae6 (patch)
treeb8816d92c8a9230d58f15328825df2271bd3ffdc /setup.py
parentd6378af678f2efb984dca1d25fb96b82f02e4356 (diff)
downloadtox-18786265f8b8457984d0d85cd9a5fb7226448ae6.tar.gz
fix issue104 - use setuptools instead of distribute by default now
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 3fa7272..b7534d2 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ def main():
description='virtualenv-based automation of test activities',
long_description=open("README.rst").read(),
url='http://tox.testrun.org/',
- version='1.5.dev11',
+ version='1.5.dev12',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',