mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
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',
|
||||
keywords='python completion refactoring vim',
|
||||
long_description=readme,
|
||||
packages=['jedi', 'jedi.parser'],
|
||||
packages=['jedi', 'jedi.parser', 'jedi.evaluate'],
|
||||
package_data={'jedi': ['mixin/*.pym']},
|
||||
platforms=['any'],
|
||||
classifiers=[
|
||||
@@ -45,4 +45,4 @@ setup(name='jedi',
|
||||
'Topic :: Text Editors :: Integrated Development Environments (IDE)',
|
||||
'Topic :: Utilities',
|
||||
],
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user