python3-*

This commit is contained in:
Rmys
2021-10-22 17:46:11 +03:00
parent f637729d46
commit fc5133d319
126 changed files with 1120 additions and 177 deletions
@@ -17,7 +17,7 @@ def setup():
# and copy the header files to the corresponding path
for files in ["../typeshed-jedi_v0.16.0/*"]:
shelltools.copy("%s" % files,"jedi/third_party/typeshed")
for files in ["../django-stubs-1.5.0/*"]:
for files in ["../django-stubs-1.7.0/*"]:
shelltools.copy("%s" % files,"jedi/third_party/django-stubs")
def build():
@@ -25,4 +25,4 @@ def build():
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*")
pisitools.dodoc("LICENSE*")