mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
typos / now in beta testing, not alpha testing anymore
This commit is contained in:
@@ -6,7 +6,7 @@ Jedi - a clever Python auto-completion
|
|||||||
:target: http://travis-ci.org/davidhalter/jedi
|
:target: http://travis-ci.org/davidhalter/jedi
|
||||||
:alt: Travis-CI build status
|
:alt: Travis-CI build status
|
||||||
|
|
||||||
**now in alpha testing phase**
|
**now in beta testing phase**
|
||||||
|
|
||||||
*If you have any comments or feature request, please tell me! I really want to
|
*If you have any comments or feature request, please tell me! I really want to
|
||||||
know, what you think about Jedi.*
|
know, what you think about Jedi.*
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -9,7 +9,7 @@ readme = open('README.rst').read()
|
|||||||
|
|
||||||
setup(name='jedi',
|
setup(name='jedi',
|
||||||
version='0.5.0-beta',
|
version='0.5.0-beta',
|
||||||
description='An autocompletion tool for Python that can be used from text editors like vim.',
|
description='An autocompletion tool for Python that can be used for text editors.',
|
||||||
author=__AUTHOR__,
|
author=__AUTHOR__,
|
||||||
author_email=__AUTHOR_EMAIL__,
|
author_email=__AUTHOR_EMAIL__,
|
||||||
maintainer=__AUTHOR__,
|
maintainer=__AUTHOR__,
|
||||||
|
|||||||
Reference in New Issue
Block a user