Skip to content

Commit

Permalink
Merge pull request #3 from adafruit/pypi_fix
Browse files Browse the repository at this point in the history
fixing pypi deploy
  • Loading branch information
siddacious committed Jan 16, 2020
2 parents bb5a5af + 45257fa commit ac21381
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ac21381

Please sign in to comment.