lbry-android-sdk/p4a/pythonforandroidold/recipes/atom/__init__.py
2022-12-02 15:15:34 -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()