nskrypnik / kivy3

3D graphics framework for Kivy.
MIT License
85 stars 43 forks source link

Install examples the pretty way #7

Closed KeyWeeUsr closed 7 years ago

KeyWeeUsr commented 7 years ago

Put the examples folder into <python dir>\share\kivy3-examples as Kivy does. It's more intuitive. Also with Manifest.in it makes sure pip will install every file that will be inside the folder, therefore .glsl or .obj,or other non-python files will be successfully included without much effort. Feel free to request edits of extensions that shouls be added via Manifest.in (you might not want to include everything == *.*).

Edit: rebased.

nskrypnik commented 7 years ago

👍