Added setup.py so we can package the addon as ZIP.

`python setup.py bdist` creates dist/blender_cloud*.addon.zip, which can
be installed by Blender.
This commit is contained in:
2016-03-31 16:01:17 +02:00
parent 43a8a1ad68
commit 7e9e1d122c
2 changed files with 66 additions and 0 deletions

2
.gitignore vendored
View File

@@ -5,3 +5,5 @@
blender_cloud/wheels/*.whl
/textures*/
/test_*.py
/dist/
/build/