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