diff options
| author | holger krekel <holger@merlinux.eu> | 2013-04-05 22:44:32 +0200 |
|---|---|---|
| committer | holger krekel <holger@merlinux.eu> | 2013-04-05 22:44:32 +0200 |
| commit | f710c7fdc4e4c128e39ad9e337fba83aafbb29d7 (patch) | |
| tree | 66364573b98b625cadeb6795ea1807a92aa9e00f /setup.py | |
| parent | ac45d5ed230b320d894a6d9786844dc943d91a65 (diff) | |
| download | tox-f710c7fdc4e4c128e39ad9e337fba83aafbb29d7.tar.gz | |
fix issue92 envsitepackagesdir to work correctly. Also fix the test.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ def main(): description='virtualenv-based automation of test activities', long_description=long_description, url='http://tox.testrun.org/', - version='1.5.0.dev1', + version='1.5.dev6', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', |
