forked from VimPlug/jedi
include jedi.evaluate as a package in setup.py
This commit is contained in:
4
setup.py
4
setup.py
@@ -26,7 +26,7 @@ setup(name='jedi',
|
|||||||
license='MIT',
|
license='MIT',
|
||||||
keywords='python completion refactoring vim',
|
keywords='python completion refactoring vim',
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
packages=['jedi', 'jedi.parser'],
|
packages=['jedi', 'jedi.parser', 'jedi.evaluate'],
|
||||||
package_data={'jedi': ['mixin/*.pym']},
|
package_data={'jedi': ['mixin/*.pym']},
|
||||||
platforms=['any'],
|
platforms=['any'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
@@ -45,4 +45,4 @@ setup(name='jedi',
|
|||||||
'Topic :: Text Editors :: Integrated Development Environments (IDE)',
|
'Topic :: Text Editors :: Integrated Development Environments (IDE)',
|
||||||
'Topic :: Utilities',
|
'Topic :: Utilities',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user