Skip to content

Commit 0da0f39

Browse files
committed
Updated default modified_recipes target branch to develop
1 parent 275f956 commit 0da0f39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/rebuild_updated_recipes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from ci.constants import TargetPython, CORE_RECIPES, BROKEN_RECIPES
3232

3333

34-
def modified_recipes(branch='origin/master'):
34+
def modified_recipes(branch='origin/develop'):
3535
"""
3636
Returns a set of modified recipes between the current branch and the one
3737
in param.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ def recursively_include(results, directory, patterns):
8888
long_description=long_description,
8989
author='The Kivy team',
9090
author_email='[email protected]',
91-
url='https://github.com/kivy/python-for-android',
92-
license='MIT',
91+
url='https://github.com/kivy/python-for-android',
92+
license='MIT',
9393
install_requires=install_reqs,
9494
entry_points={
9595
'console_scripts': [

0 commit comments

Comments
 (0)