File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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-ble-pulse-oximeter" ,
21
+ name = "adafruit-circuitpython-ble-berrymed- pulse-oximeter" ,
22
22
use_scm_version = True ,
23
23
setup_requires = ["setuptools_scm" ],
24
24
description = "BLE Support for BerryMed Pulse Oximeter Service" ,
44
44
"Programming Language :: Python :: 3.5" ,
45
45
],
46
46
# What does your project relate to?
47
- keywords = "adafruit blinka circuitpython micropython ble_contec_pulse_oximeter ble pulse oximeter berrymed spo2" ,
47
+ keywords = "adafruit blinka circuitpython micropython ble_berrymed_pulse_oximeter ble pulse oximeter berrymed spo2" ,
48
48
# You can just specify the packages manually here if your project is
49
49
# simple. Or you can use find_packages().
50
50
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
51
51
# CHANGE `py_modules=['...']` TO `packages=['...']`
52
- py_modules = ["adafruit_ble_contec_pulse_oximeter " ],
52
+ py_modules = ["adafruit_ble_berrymed_pulse_oximeter " ],
53
53
)
You can’t perform that action at this time.
0 commit comments