Skip to content

Commit 396de11

Browse files
committed
Update setup.cfg for ref urls
1 parent 3e16458 commit 396de11

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
@@ -24,17 +24,17 @@
2424

2525

2626
setup(
27-
name='sensirion-i2c-driver',
27+
name='circuitpython-sensirion-i2c-driver',
2828
version=version_string,
2929
author='Urban Bruhin',
3030
author_email='[email protected]',
3131
description='Base Driver for Communicating With I2C Devices',
3232
license='BSD',
3333
keywords='sensirion i2c driver',
34-
url='https://github.com/sensirion/python-i2c-driver',
34+
url='https://github.com/good-enough-technology/CircuitPython_sensirion_i2c_driver',
3535
packages=find_packages(exclude=['tests', 'tests.*']),
3636
long_description=long_description,
37-
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4',
37+
python_requires='>=3.5',
3838
install_requires=[
3939
],
4040
extras_require={

0 commit comments

Comments
 (0)