forked from VimPlug/jedi
modified setup.py
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
include README.rst
|
include README.rst
|
||||||
include LICENSE.txt
|
include LICENSE.txt
|
||||||
include AUTHORS.txt
|
include AUTHORS.txt
|
||||||
|
include jedi/mixin/*.py
|
||||||
recursive-exclude * *.pyc
|
recursive-exclude * *.pyc
|
||||||
|
|||||||
5
setup.py
5
setup.py
@@ -7,8 +7,9 @@ __AUTHOR_EMAIL__ = 'davidhalter88@gmail.com'
|
|||||||
|
|
||||||
readme = open('README.rst').read()
|
readme = open('README.rst').read()
|
||||||
|
|
||||||
|
|
||||||
setup(name='jedi',
|
setup(name='jedi',
|
||||||
version='0.5b2',
|
version='0.5b3',
|
||||||
description='An autocompletion tool for Python that can be used for text editors.',
|
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__,
|
||||||
@@ -18,7 +19,7 @@ setup(name='jedi',
|
|||||||
license='LGPLv3',
|
license='LGPLv3',
|
||||||
keywords='python completion refactoring vim',
|
keywords='python completion refactoring vim',
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
packages=['jedi'],
|
packages=['jedi', 'jedi.mixin'],
|
||||||
platforms=['any'],
|
platforms=['any'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
|
|||||||
Reference in New Issue
Block a user