File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 18
18
long_description = f .read ()
19
19
20
20
setup (
21
- name = 'adafruit-circuitpython-bus_device ' ,
21
+ name = 'adafruit-circuitpython-busdevice ' ,
22
22
23
23
use_scm_version = True ,
24
24
setup_requires = ['setuptools_scm' ],
25
25
26
26
description = 'CircuitPython bus device classes to manage bus sharing.' ,
27
27
long_description = long_description ,
28
+ long_description_content_type = 'text/x-rst' ,
28
29
29
30
# The project's main homepage.
30
31
url = 'https://github.com/adafruit/Adafruit_CircuitPython_BusDevice' ,
31
32
32
33
# Author details
33
34
author = 'Adafruit Industries' ,
34
- author_email = 'support@adafruit.com' ,
35
+ author_email = 'circuitpython@adafruit.com' ,
36
+
37
+ install_requires = ['Adafruit-Blinka' ],
35
38
36
39
# Choose your license
37
40
license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments