Skip to content

Commit 1b8a905

Browse files
committed
incorrect module names in several places, including for PyPi
1 parent 0c8398f commit 1b8a905

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
long_description = f.read()
1919

2020
setup(
21-
name="adafruit-circuitpython-ble-pulse-oximeter",
21+
name="adafruit-circuitpython-ble-berrymed-pulse-oximeter",
2222
use_scm_version=True,
2323
setup_requires=["setuptools_scm"],
2424
description="BLE Support for BerryMed Pulse Oximeter Service",
@@ -44,10 +44,10 @@
4444
"Programming Language :: Python :: 3.5",
4545
],
4646
# 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",
4848
# You can just specify the packages manually here if your project is
4949
# simple. Or you can use find_packages().
5050
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
5151
# CHANGE `py_modules=['...']` TO `packages=['...']`
52-
py_modules=["adafruit_ble_contec_pulse_oximeter"],
52+
py_modules=["adafruit_ble_berrymed_pulse_oximeter"],
5353
)

0 commit comments

Comments
 (0)