mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
api is now a separate package, to structure the whole thing better.
This commit is contained in:
2
setup.py
2
setup.py
@@ -26,7 +26,7 @@ setup(name='jedi',
|
||||
license='MIT',
|
||||
keywords='python completion refactoring vim',
|
||||
long_description=readme,
|
||||
packages=['jedi', 'jedi.parser', 'jedi.evaluate'],
|
||||
packages=['jedi', 'jedi.parser', 'jedi.evaluate', 'jedi.api'],
|
||||
package_data={'jedi': ['evlaluate/evaluate/mixin/*.pym']},
|
||||
platforms=['any'],
|
||||
classifiers=[
|
||||
|
||||
Reference in New Issue
Block a user