diff options
| author | holger krekel <holger@merlinux.eu> | 2011-05-26 17:04:47 +0200 |
|---|---|---|
| committer | holger krekel <holger@merlinux.eu> | 2011-05-26 17:04:47 +0200 |
| commit | ba0df57b6426ed835714a5241307619485801c4b (patch) | |
| tree | 95833a435155f754a9098c52bd6e365f83c0f892 /setup.py | |
| parent | e54d3635aaebd1f0d862501efcf7840ab37bf527 (diff) | |
| download | tox-ba0df57b6426ed835714a5241307619485801c4b.tar.gz | |
release announcement draft and more release preps
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -20,9 +20,9 @@ use for: For more information, docs and many examples please checkout the `home page`_: -http://codespeak.net/tox + http://tox.rtfd.org -.. _`home page`: http://codespeak.net/tox +.. _`home page`: http://tox.rtfd.org """ @@ -43,7 +43,7 @@ def main(): install_requires=install_requires+['argparse', 'py>=1.4.0a2', ], zip_safe=True, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Operating System :: POSIX', @@ -57,4 +57,4 @@ def main(): ) if __name__ == '__main__': - main()
\ No newline at end of file + main() |
