Skip to content

Commit 59d2f08

Browse files
committed
Update setup.py so it can be used in CPython on RPi
1 parent 376a80e commit 59d2f08

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

100644100755
+5-2
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,23 @@
1818
long_description = f.read()
1919

2020
setup(
21-
name='adafruit-circuitpython-bus_device',
21+
name='adafruit-circuitpython-busdevice',
2222

2323
use_scm_version=True,
2424
setup_requires=['setuptools_scm'],
2525

2626
description='CircuitPython bus device classes to manage bus sharing.',
2727
long_description=long_description,
28+
long_description_content_type='text/x-rst',
2829

2930
# The project's main homepage.
3031
url='https://github.com/adafruit/Adafruit_CircuitPython_BusDevice',
3132

3233
# Author details
3334
author='Adafruit Industries',
34-
author_email='[email protected]',
35+
author_email='[email protected]',
36+
37+
install_requires=['Adafruit-Blinka'],
3538

3639
# Choose your license
3740
license='MIT',

0 commit comments

Comments
 (0)