mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Fix a setup.py assertion
This commit is contained in:
2
setup.py
2
setup.py
@@ -17,7 +17,7 @@ readme = open('README.rst').read() + '\n\n' + open('CHANGELOG.rst').read()
|
|||||||
with open('requirements.txt') as f:
|
with open('requirements.txt') as f:
|
||||||
install_requires = f.read().splitlines()
|
install_requires = f.read().splitlines()
|
||||||
|
|
||||||
assert os.path.isfile("third_party/typeshed/LICENSE"), \
|
assert os.path.isfile("jedi/third_party/typeshed/LICENSE"), \
|
||||||
"Please download the typeshed submodule first"
|
"Please download the typeshed submodule first"
|
||||||
|
|
||||||
setup(name='jedi',
|
setup(name='jedi',
|
||||||
|
|||||||
Reference in New Issue
Block a user