diff --git a/pythonforandroid/recipes/selectolax/__init__.py b/pythonforandroid/recipes/selectolax/__init__.py new file mode 100644 index 000000000..1188e7247 --- /dev/null +++ b/pythonforandroid/recipes/selectolax/__init__.py @@ -0,0 +1,10 @@ +from pythonforandroid.recipe import CythonRecipe + + +class SelectolaxRecipe(CythonRecipe): + version = '0.4.10' + url = 'https://pypi.python.org/packages/source/s/selectolax/selectolax-{version}.tar.gz' + depends = ['setuptools'] + + +recipe = SelectolaxRecipe() \ No newline at end of file