Skip to content

Commit 90df704

Browse files
committed
add support, contribute and license sections
1 parent 45003e0 commit 90df704

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

README.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python for Android
22

3-
Python for android is a project to create your own Python distribution
3+
Python for Android is a project to create your own Python distribution
44
including the modules you want, and create an apk including python,
55
libs, and your application.
66

@@ -98,3 +98,42 @@ Original reference commit of p4a master was
9898
this need adding to the new toolchain. Some of the major later
9999
additons, including ctypes in the python build, have already been
100100
merged here.
101+
102+
Support
103+
-------
104+
105+
If you need assistance, you can ask for help on our mailing list:
106+
107+
* User Group : https://groups.google.com/group/kivy-users
108+
* Email : kivy-users@googlegroups.com
109+
110+
We also have an IRC channel:
111+
112+
* Server : irc.freenode.net
113+
* Port : 6667, 6697 (SSL only)
114+
* Channel : #kivy
115+
116+
Contributing
117+
------------
118+
119+
We love pull requests and discussing novel ideas. Check out our
120+
[contribution guide](http://kivy.org/docs/contribute.html) and
121+
feel free to improve Python for Android.
122+
123+
The following mailing list and IRC channel are used exclusively for
124+
discussions about developing the Kivy framework and its sister projects:
125+
126+
* Dev Group : https://groups.google.com/group/kivy-dev
127+
* Email : kivy-dev@googlegroups.com
128+
129+
IRC channel:
130+
131+
* Server : irc.freenode.net
132+
* Port : 6667, 6697 (SSL only)
133+
* Channel : #kivy-dev
134+
135+
License
136+
-------
137+
138+
Python for Android is released under the terms of the MIT License. Please refer to the
139+
LICENSE file.

0 commit comments

Comments
 (0)