mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
change the way mixins are being added by setup.py, may fix #79
This commit is contained in:
5
setup.py
5
setup.py
@@ -9,7 +9,7 @@ readme = open('README.rst').read()
|
|||||||
|
|
||||||
|
|
||||||
setup(name='jedi',
|
setup(name='jedi',
|
||||||
version='0.5b4',
|
version='0.5b5',
|
||||||
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__,
|
||||||
@@ -19,7 +19,8 @@ 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', 'jedi.mixin'],
|
packages=['jedi'],
|
||||||
|
data_files={'jedi': ['mixin/*.py']},
|
||||||
platforms=['any'],
|
platforms=['any'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
|
|||||||
Reference in New Issue
Block a user