--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/5591db87-2b75-45a3-9936-20e429fdc975n%40googlegroups.com.
from pythonforandroid.recipe import PythonRecipe, IncludedFilesBehaviour
class MyRecipe(IncludedFilesBehaviour, PythonRecipe):
name = 'my_package_name'
version = 'master'
depends = ['setuptools',"pylint","requests","websocket-client==0.56"]
src_filename = 'dir_name'
call_hostpython_via_targetpython = False
install_in_hostpython = True
recipe = MyRecipe()
You received this message because you are subscribed to a topic in the Google Groups "Kivy users support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kivy-users/ByfavrhxfKI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/E3D450E7-7191-494E-9F20-BAB7AABAB7D8%40gmail.com.
from pythonforandroid.recipe import PythonRecipe, IncludedFilesBehaviour
class MyRecipe(IncludedFilesBehaviour, PythonRecipe):
name = 'my_package_name'
version = 'master'
depends = ['setuptools',"pylint","requests","websocket-client==0.56"]
src_filename = 'dir_name'
call_hostpython_via_targetpython = False
install_in_hostpython = True
recipe = MyRecipe()