This commit is contained in:
Jeremy Wright 2015-04-07 13:32:01 -04:00
commit e7309e37ed
2 changed files with 3 additions and 4 deletions

View File

@ -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)

View File

@ -1,6 +1,6 @@
cadquery-freecad-module
=======================
[![GitHub version](https://badge.fury.io/gh/jmwright%2Fcadquery-freecad-module.svg)](http://badge.fury.io/gh/jmwright%2Fcadquery-freecad-module)
[![GitHub version](https://badge.fury.io/gh/jmwright%2Fcadquery-freecad-module.svg)](https://github.com/jmwright/cadquery-freecad-module/releases/tag/v0.1.8)
[![License](https://img.shields.io/badge/license-LGPL-lightgrey.svg)](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.