Merge branch 'master' of https://github.com/jmwright/cadquery-freecad-module
This commit is contained in:
commit
e7309e37ed
|
@ -12,11 +12,10 @@ ZIP = os.path.join(os.getcwd(), 'libs.zip')
|
|||
|
||||
if len(sys.argv) == 2 and sys.argv[1] == 'gen':
|
||||
#--- gen zip file
|
||||
import jedi, pep8, pyqode, pyqode.core, pyqode.python, pyqode.qt, pygments, frosted, pies, builtins, future, \
|
||||
docutils
|
||||
import jedi, pep8, pyqode, pyqode.core, pyqode.python, pyqode.qt, pygments, frosted, pies, builtins, future, pyflakes, docutils
|
||||
from qidle.system import embed_package_into_zip
|
||||
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:
|
||||
# remove all pyqode path from sys.path (to make sure the package are
|
||||
# imported from the zip archive)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
cadquery-freecad-module
|
||||
=======================
|
||||
[](http://badge.fury.io/gh/jmwright%2Fcadquery-freecad-module)
|
||||
[](https://github.com/jmwright/cadquery-freecad-module/releases/tag/v0.1.8)
|
||||
[](https://github.com/jmwright/cadquery-freecad-module/blob/master/LICENSE)
|
||||
|
||||
A module-workbench combo that adds a CadQuery editor to FreeCAD. Please see the [wiki](https://github.com/jmwright/cadquery-freecad-module/wiki) for more detailed information on getting started.
|
||||
|
|
Loading…
Reference in New Issue
Block a user