lbry-android-sdk/p4a/pythonforandroid/recipes/atom/__init__.py
2022-11-29 15:35:24 -05:00

11 lines
296 B
Python

from pythonforandroid.recipe import CppCompiledComponentsPythonRecipe
class AtomRecipe(CppCompiledComponentsPythonRecipe):
site_packages_name = 'atom'
version = '0.3.10'
url = 'https://github.com/nucleic/atom/archive/master.zip'
depends = ['setuptools']
recipe = AtomRecipe()