diff options
| author | holger krekel <holger@merlinux.eu> | 2013-06-21 19:37:56 +0200 |
|---|---|---|
| committer | holger krekel <holger@merlinux.eu> | 2013-06-21 19:37:56 +0200 |
| commit | 18786265f8b8457984d0d85cd9a5fb7226448ae6 (patch) | |
| tree | b8816d92c8a9230d58f15328825df2271bd3ffdc /setup.py | |
| parent | d6378af678f2efb984dca1d25fb96b82f02e4356 (diff) | |
| download | tox-18786265f8b8457984d0d85cd9a5fb7226448ae6.tar.gz | |
fix issue104 - use setuptools instead of distribute by default now
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
