Skip to content

Commit 110ab2c

Browse files
committed
Fixed inverted part number
1 parent 423d1b8 commit 110ab2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

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

2020
setup(
21-
name='adafruit-circuitpython-pca9865',
21+
name='adafruit-circuitpython-pca9685',
2222

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

26-
description='CircuitPython driver for motor, stepper, and servo based on PCA9865.',
26+
description='CircuitPython driver for motor, stepper, and servo based on PCA9685.',
2727
long_description=long_description,
2828
long_description_content_type='text/x-rst',
2929

3030
# The project's main homepage.
31-
url='https://github.com/adafruit/Adafruit_CircuitPython_PCA9865',
31+
url='https://github.com/adafruit/Adafruit_CircuitPython_PCA9685',
3232

3333
# Author details
3434
author='Radomir Dopieralski & Adafruit Industries',
@@ -52,9 +52,9 @@
5252
],
5353

5454
# What does your project relate to?
55-
keywords='adafruit pca9865 motor stepper servo hardware micropython circuitpython',
55+
keywords='adafruit pca9685 motor stepper servo hardware micropython circuitpython',
5656

5757
# You can just specify the packages manually here if your project is
5858
# simple. Or you can use find_packages().
59-
py_modules=['adafruit_pca9865'],
59+
py_modules=['adafruit_pca9685'],
6060
)

0 commit comments

Comments
 (0)