summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2011-05-26 17:04:47 +0200
committerholger krekel <holger@merlinux.eu>2011-05-26 17:04:47 +0200
commitba0df57b6426ed835714a5241307619485801c4b (patch)
tree95833a435155f754a9098c52bd6e365f83c0f892 /setup.py
parente54d3635aaebd1f0d862501efcf7840ab37bf527 (diff)
downloadtox-ba0df57b6426ed835714a5241307619485801c4b.tar.gz
release announcement draft and more release preps
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 71f72fe..5137190 100644
--- a/setup.py
+++ b/setup.py
@@ -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()