mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 02:27:06 +08:00
Include Django stubs license in Jedi package
This commit is contained in:
@@ -11,6 +11,7 @@ include requirements.txt
|
|||||||
include jedi/parser/python/grammar*.txt
|
include jedi/parser/python/grammar*.txt
|
||||||
recursive-include jedi/third_party *.pyi
|
recursive-include jedi/third_party *.pyi
|
||||||
include jedi/third_party/typeshed/LICENSE
|
include jedi/third_party/typeshed/LICENSE
|
||||||
|
include jedi/third_party/django-stubs/LICENSE.txt
|
||||||
include jedi/third_party/typeshed/README
|
include jedi/third_party/typeshed/README
|
||||||
recursive-include test *
|
recursive-include test *
|
||||||
recursive-include docs *
|
recursive-include docs *
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -19,6 +19,8 @@ with open('requirements.txt') as f:
|
|||||||
|
|
||||||
assert os.path.isfile("jedi/third_party/typeshed/LICENSE"), \
|
assert os.path.isfile("jedi/third_party/typeshed/LICENSE"), \
|
||||||
"Please download the typeshed submodule first (Hint: git submodule update --init)"
|
"Please download the typeshed submodule first (Hint: git submodule update --init)"
|
||||||
|
assert os.path.isfile("jedi/third_party/django-stubs/LICENSE.txt"), \
|
||||||
|
"Please download the django-stubs submodule first (Hint: git submodule update --init)"
|
||||||
|
|
||||||
setup(name='jedi',
|
setup(name='jedi',
|
||||||
version=version,
|
version=version,
|
||||||
|
|||||||
Reference in New Issue
Block a user