|
18 | 18 | long_description = f.read()
|
19 | 19 |
|
20 | 20 | setup(
|
21 |
| - name='adafruit-circuitpython-pca9865', |
| 21 | + name='adafruit-circuitpython-pca9685', |
22 | 22 |
|
23 | 23 | use_scm_version=True,
|
24 | 24 | setup_requires=['setuptools_scm'],
|
25 | 25 |
|
26 |
| - description='CircuitPython driver for motor, stepper, and servo based on PCA9865.', |
| 26 | + description='CircuitPython driver for motor, stepper, and servo based on PCA9685.', |
27 | 27 | long_description=long_description,
|
28 | 28 | long_description_content_type='text/x-rst',
|
29 | 29 |
|
30 | 30 | # The project's main homepage.
|
31 |
| - url='https://github.com/adafruit/Adafruit_CircuitPython_PCA9865', |
| 31 | + url='https://github.com/adafruit/Adafruit_CircuitPython_PCA9685', |
32 | 32 |
|
33 | 33 | # Author details
|
34 | 34 | author='Radomir Dopieralski & Adafruit Industries',
|
|
52 | 52 | ],
|
53 | 53 |
|
54 | 54 | # 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', |
56 | 56 |
|
57 | 57 | # You can just specify the packages manually here if your project is
|
58 | 58 | # simple. Or you can use find_packages().
|
59 |
| - py_modules=['adafruit_pca9865'], |
| 59 | + py_modules=['adafruit_pca9685'], |
60 | 60 | )
|
0 commit comments