Updated to work with 0.13

- This is _totally_ experimental, and I haven't done exhaustive
   tests
 - 88 unit tests do pass though, and I added a new import test.
 - 0.12 and 0.13 seem to structure stuff a bit differently,
   probably due to changes in the FreeCAD lib wrappers.
 - Not tested on windows (but should work) or 0.12. Need some
   help there.
This commit is contained in:
Derek Anderson
2013-04-27 23:49:41 -07:00
parent 8089ef1e04
commit c3290fca92
9 changed files with 265 additions and 95 deletions

View File

@ -1,4 +1,4 @@
from distutils.core import setup
from setuptools import setup
setup(
name='cadquery',
@ -37,4 +37,4 @@ setup(
'Topic :: Internet',
'Topic :: Scientific/Engineering'
]
)
)