I have developed an application for Ubuntu using kivy and I want to distribute it but I am unable to package it.Please help this is my first application for Ubuntu.
There is no info in the official doc of kivy for packaging kivy application for linux (ubuntu). https://kivy.org/docs/gettingstarted/packaging.html
I have tried this also but it didn't work for me. http://bitstream.io/packaging-and-distributing-a-kivy-application-on-linux.html
I am having dependencies of python3 and kivy.
I want to get the binaries that can be directly clicked and used with no installations. Can anyone help.