From 45257fa4d003425d824c556e9ecb98643283da95 Mon Sep 17 00:00:00 2001 From: siddacious Date: Wed, 15 Jan 2020 18:33:13 -0800 Subject: [PATCH] fixing pypi deploy --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 973c96e..a14aab5 100644 --- a/setup.py +++ b/setup.py @@ -17,17 +17,17 @@ long_description = f.read() setup( - name='adafruit-circuitpython-lsm6dsox', + name='adafruit-circuitpython-lsm6ds', use_scm_version=True, setup_requires=['setuptools_scm'], - description='CircuitPython library for the ST LSM6DSOX 6-axis Accelerometer and Gyro', + description='CircuitPython library for the ST LSM6DSOX, LSM6DS33, and ISM330DHCT 6-DOF Accelerometer and Gyros', long_description=long_description, long_description_content_type='text/x-rst', # The project's main homepage. - url='https://github.com/adafruit/Adafruit_CircuitPython_LSM6DSOX', + url='https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS', # Author details author='Adafruit Industries', @@ -55,7 +55,7 @@ ], # What does your project relate to? - keywords='adafruit blinka circuitpython micropython lsm6dsox imu gyro gyroscope inemo ' + keywords='adafruit blinka circuitpython micropython lsm6ds lsm6dsox lsm6ds33 icm330dhct imu gyro gyroscope inemo' 'accelerometer', # You can just specify the packages manually here if your project is