diff options
| author | holger krekel <holger@merlinux.eu> | 2011-12-13 10:33:30 +0000 |
|---|---|---|
| committer | holger krekel <holger@merlinux.eu> | 2011-12-13 10:33:30 +0000 |
| commit | 10e7d272cb61e0491f2636d7742b3aef4ea9be10 (patch) | |
| tree | 3beb396b4025c37faf0b5ab401d1c00e8698476d /setup.py | |
| parent | aae1767909b056a906b81e90d491c7ac1f96cc2e (diff) | |
| download | tox-10e7d272cb61e0491f2636d7742b3aef4ea9be10.tar.gz | |
allow to specify wildcard deps
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,7 +36,7 @@ def main(): description='virtualenv-based automation of test activities', long_description=long_description, url='http://codespeak.net/tox', - version='1.2', + version='1.3.dev1', license='GPLv2 or later', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', @@ -60,4 +60,4 @@ def main(): ) if __name__ == '__main__': - main() + main()
\ No newline at end of file |
