Updated library zip build script to remove frosted and pies, and add pyflakes.
This commit is contained in:
parent
e0d36dd9cd
commit
79fc9df5a9
|
@ -12,11 +12,10 @@ ZIP = os.path.join(os.getcwd(), 'libs.zip')
|
||||||
|
|
||||||
if len(sys.argv) == 2 and sys.argv[1] == 'gen':
|
if len(sys.argv) == 2 and sys.argv[1] == 'gen':
|
||||||
#--- gen zip file
|
#--- gen zip file
|
||||||
import jedi, pep8, pyqode, pyqode.core, pyqode.python, pyqode.qt, pygments, frosted, pies, builtins, future, \
|
import jedi, pep8, pyqode, pyqode.core, pyqode.python, pyqode.qt, pygments, frosted, pies, builtins, future, pyflakes, docutils
|
||||||
docutils
|
|
||||||
from qidle.system import embed_package_into_zip
|
from qidle.system import embed_package_into_zip
|
||||||
embed_package_into_zip([jedi, pep8, pyqode, pyqode.core, pyqode.python,
|
embed_package_into_zip([jedi, pep8, pyqode, pyqode.core, pyqode.python,
|
||||||
pyqode.qt, pygments, frosted, pies, builtins, future, docutils], ZIP)
|
pyqode.qt, pygments, pyflakes, builtins, future, docutils], ZIP)
|
||||||
else:
|
else:
|
||||||
# remove all pyqode path from sys.path (to make sure the package are
|
# remove all pyqode path from sys.path (to make sure the package are
|
||||||
# imported from the zip archive)
|
# imported from the zip archive)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user