Sideband/recipes/able_recipe/setup.py
2025-10-28 02:22:25 +01:00

9 lines
187 B
Python

from setuptools import setup
setup(
name='able',
version='0.0.0',
packages=['able', 'able.android'],
description='Bluetooth Low Energy for Android',
license='MIT',
)