Skip to content

Commit

Permalink
Update setup.cfg for ref urls
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Nov 25, 2023
1 parent 3e16458 commit 396de11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@


setup(
name='sensirion-i2c-driver',
name='circuitpython-sensirion-i2c-driver',
version=version_string,
author='Urban Bruhin',
author_email='[email protected]',
description='Base Driver for Communicating With I2C Devices',
license='BSD',
keywords='sensirion i2c driver',
url='https://github.com/sensirion/python-i2c-driver',
url='https://github.com/good-enough-technology/CircuitPython_sensirion_i2c_driver',
packages=find_packages(exclude=['tests', 'tests.*']),
long_description=long_description,
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4',
python_requires='>=3.5',
install_requires=[
],
extras_require={
Expand Down

0 comments on commit 396de11

Please sign in to comment.