We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e41769 + b39378f commit 563dca1Copy full SHA for 563dca1
setup.py
@@ -18,12 +18,12 @@
18
long_description = f.read()
19
20
setup(
21
- name='adafruit-circuitpython-drv2605',
+ name='adafruit-circuitpython-ds2413',
22
23
use_scm_version=True,
24
setup_requires=['setuptools_scm'],
25
26
- description='CircuitPython library for DRV2605 haptic motor controller.',
+ description='CircuitPython library for DS2413 1-Wire Dual Channel Addressable Switch.',
27
long_description=long_description,
28
long_description_content_type='text/x-rst',
29
@@ -56,5 +56,5 @@
56
57
# You can just specify the packages manually here if your project is
58
# simple. Or you can use find_packages().
59
- py_modules=['adafruit_drv2605'],
+ py_modules=['adafruit_ds2413'],
60
)
0 commit comments