Skip to content

Commit ac21381

Browse files
authored
Merge pull request #3 from adafruit/pypi_fix
fixing pypi deploy
2 parents bb5a5af + 45257fa commit ac21381

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

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

1919
setup(
20-
name='adafruit-circuitpython-lsm6dsox',
20+
name='adafruit-circuitpython-lsm6ds',
2121

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

25-
description='CircuitPython library for the ST LSM6DSOX 6-axis Accelerometer and Gyro',
25+
description='CircuitPython library for the ST LSM6DSOX, LSM6DS33, and ISM330DHCT 6-DOF Accelerometer and Gyros',
2626
long_description=long_description,
2727
long_description_content_type='text/x-rst',
2828

2929
# The project's main homepage.
30-
url='https://github.com/adafruit/Adafruit_CircuitPython_LSM6DSOX',
30+
url='https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS',
3131

3232
# Author details
3333
author='Adafruit Industries',
@@ -55,7 +55,7 @@
5555
],
5656

5757
# What does your project relate to?
58-
keywords='adafruit blinka circuitpython micropython lsm6dsox imu gyro gyroscope inemo '
58+
keywords='adafruit blinka circuitpython micropython lsm6ds lsm6dsox lsm6ds33 icm330dhct imu gyro gyroscope inemo'
5959
'accelerometer',
6060

6161
# You can just specify the packages manually here if your project is

0 commit comments

Comments
 (0)