diff options
| author | holger krekel <holger@merlinux.eu> | 2011-05-28 14:55:59 +0200 |
|---|---|---|
| committer | holger krekel <holger@merlinux.eu> | 2011-05-28 14:55:59 +0200 |
| commit | 1dc15d27f7877e529bdf5458597eedcb31dea05b (patch) | |
| tree | 34abc15466ab8601162c03e89993c5f51937b37a /setup.py | |
| parent | ce6dc78b2700bda9b8bdb14b5049ef96bebb8125 (diff) | |
| download | tox-1dc15d27f7877e529bdf5458597eedcb31dea05b.tar.gz | |
finalize tox 1.0
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ def main(): description='virtualenv-based automation of test activities', long_description=long_description, url='http://codespeak.net/tox', - version='1.0.dev6', + version='1.0', license='GPLv2 or later', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', |
