mirror of
https://github.com/markqvist/Sideband.git
synced 2025-12-17 01:24:03 -05:00
9 lines
187 B
Python
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',
|
|
)
|