Sideband/libs/able/recipes/able_recipe/setup.py

10 lines
187 B
Python
Raw Normal View History

2025-10-29 12:54:59 +01:00
from setuptools import setup
setup(
name='able',
version='0.0.0',
packages=['able', 'able.android'],
description='Bluetooth Low Energy for Android',
license='MIT',
)