FreeCAD / freecad.workbench_starterkit

template for a FreeCAD workbench / module
GNU Lesser General Public License v3.0
39 stars 26 forks source link

typo #5

Closed berndhahnebach closed 5 years ago

berndhahnebach commented 5 years ago

... In the setup.py we do not have access to the library itself, so the __vesion__ must be imported without the assumption that the package is installed. This can be done by running the file directly with exec.
TODO: Is there any better way to do this? ...

should be __version__ not __vesion__ ?!?

looooo commented 5 years ago

Sry, never saw this. https://github.com/FreeCAD/Workbench-Starterkit/commit/f54892c4a2680bc01f4c93a18e4dd2dc9542a575