# (list) List of service to declare #services = NAME:ENTRYPOINT_TO_PY,NAME2:ENTRYPOINT2_TO_PY
Also worth noting the path syntax which is clarified here:
https://github.com/kivy/python-for-android/issues/1020services = myservice:./service/main.py
if you have aservicefolder in your current directory