Skip to content

Commit 563dca1

Browse files
authored
Merge pull request #15 from adafruit/dherrada-patch-2
Should fix setup.py confusion
2 parents 6e41769 + b39378f commit 563dca1

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,12 +18,12 @@
1818
long_description = f.read()
1919

2020
setup(
21-
name='adafruit-circuitpython-drv2605',
21+
name='adafruit-circuitpython-ds2413',
2222

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

26-
description='CircuitPython library for DRV2605 haptic motor controller.',
26+
description='CircuitPython library for DS2413 1-Wire Dual Channel Addressable Switch.',
2727
long_description=long_description,
2828
long_description_content_type='text/x-rst',
2929

@@ -56,5 +56,5 @@
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_drv2605'],
59+
py_modules=['adafruit_ds2413'],
6060
)

0 commit comments

Comments
 (0)