Skip to content

Commit 02f0a87

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 5bdaf52 + 2735c9a commit 02f0a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ def recursively_include(results, directory, patterns):
4242
setup(name='python-for-android',
4343
version='0.3',
4444
description='Android APK packager for Python scripts and apps',
45-
author='Alexander Taylor',
45+
author='The Kivy team',
4646
author_email='kivy-dev@googlegroups.com',
47-
url='https://github.com/inclement/python-for-android-revamp',
47+
url='https://github.com/kivy/python-for-android',
4848
license='MIT',
4949
install_requires=['appdirs', 'colorama>0.3', 'sh', 'jinja2', 'argparse'],
5050
entry_points={

0 commit comments

Comments
 (0)