mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Move an import.
This commit is contained in:
5
setup.py
5
setup.py
@@ -2,6 +2,9 @@
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
import jedi
|
||||
|
||||
|
||||
__AUTHOR__ = 'David Halter'
|
||||
__AUTHOR_EMAIL__ = 'davidhalter88@gmail.com'
|
||||
|
||||
@@ -9,8 +12,6 @@ readme = open('README.rst').read() + '\n\n' + open('CHANGELOG.rst').read()
|
||||
packages = ['jedi', 'jedi.evaluate', 'jedi.evaluate.compiled', 'jedi.api']
|
||||
install_requires = ['parso==0.0.1']
|
||||
|
||||
import jedi
|
||||
|
||||
setup(name='jedi',
|
||||
version=jedi.__version__,
|
||||
description='An autocompletion tool for Python that can be used for text editors.',
|
||||
|
||||
Reference in New Issue
Block a user