Skip to content

Commit 03c3c65

Browse files
Update install_requirements and pyproject.toml for release
1 parent 8db55b9 commit 03c3c65

File tree

2 files changed

+60
-44
lines changed

2 files changed

+60
-44
lines changed

install_requirements.txt

Lines changed: 58 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,58 @@
1-
# Leaving these commented out for now as we have not yet deployed the corresponding PyPi packages (however the versions are available from test.pypi.org)
2-
# sparkfun-qwiic-serlcd
3-
# sparkfun-qwiic-i2c
4-
# sparkfun-qwiic-bme280
5-
# sparkfun-qwiic-lsm6dso
6-
# sparkfun-qwiic-keypad
7-
# sparkfun-qwiic-sgp40
8-
# sparkfun-qwiic-veml6030
9-
# sparkfun-qwiic-soil-moisture-sensor
10-
# sparkfun-qwiic-cap1203
11-
# sparkfun-qwiic-ultrasonic
12-
# sparkfun-qwiic-joystick
13-
# sparkfun-qwiic-nau7802
14-
# sparkfun-qwiic-alphanumeric
15-
# sparkfun-qwiic-relay
16-
# sparkfun-qwiic-button
17-
# sparkfun-qwiic-mmc5983ma
18-
# sparkfun-qwiic-max3010x
19-
# sparkfun-qwiic-rfid
20-
# sparkfun-qwiic-led-stick
21-
# sparkfun-qwiic-twist
22-
# sparkfun-qwiic-otos
23-
# sparkfun-qwiic-kx13x
24-
# sparkfun-qwiic-icm20948
25-
# sparkfun-qwiic-scmd
26-
# sparkfun-qwiic-pca9685
27-
# sparkfun-qwiic-gpio
28-
# sparkfun-qwiic-fs3000
29-
# sparkfun-qwiic-micropressure
30-
# sparkfun-qwiic-as7265x
31-
# sparkfun-qwiic-as726x
32-
# sparkfun-qwiic-vl53l5cx
33-
# sparkfun-qwiic-rv-8803
34-
# sparkfun-qwiic-scd4x
35-
# sparkfun-qwiic-ads1015
36-
# sparkfun-qwiic-bmp581
37-
# sparkfun-qwiic-mcp4725
38-
# sparkfun-qwiic-mcp9600
39-
# sparkfun-qwiic-tmp102
40-
# sparkfun-qwiic-tmp117
41-
# sparkfun-qwiic-max1704x
42-
# sparkfun-qwiic-ens160
1+
sparkfun-qwiic-serlcd
2+
sparkfun-qwiic-i2c
3+
sparkfun-qwiic-bme280
4+
sparkfun-qwiic-lsm6dso
5+
sparkfun-qwiic-keypad
6+
sparkfun-qwiic-sgp40
7+
sparkfun-qwiic-veml6030
8+
sparkfun-qwiic-soil-moisture-sensor
9+
sparkfun-qwiic-cap1203
10+
sparkfun-qwiic-ultrasonic
11+
sparkfun-qwiic-joystick
12+
sparkfun-qwiic-nau7802
13+
sparkfun-qwiic-alphanumeric
14+
sparkfun-qwiic-relay
15+
sparkfun-qwiic-button
16+
sparkfun-qwiic-mmc5983ma
17+
sparkfun-qwiic-max3010x
18+
sparkfun-qwiic-rfid
19+
sparkfun-qwiic-led-stick
20+
sparkfun-qwiic-twist
21+
sparkfun-qwiic-otos
22+
sparkfun-qwiic-kx13x
23+
sparkfun-qwiic-icm20948
24+
sparkfun-qwiic-scmd
25+
sparkfun-qwiic-pca9685
26+
sparkfun-qwiic-gpio
27+
sparkfun-qwiic-fs3000
28+
sparkfun-qwiic-micropressure
29+
sparkfun-qwiic-as7265x
30+
sparkfun-qwiic-as726x
31+
sparkfun-qwiic-vl53l5cx
32+
sparkfun-qwiic-rv8803
33+
sparkfun-qwiic-scd4x
34+
sparkfun-qwiic-ads1015
35+
sparkfun-qwiic-bmp581
36+
sparkfun-qwiic-mcp4725
37+
sparkfun-qwiic-mcp9600
38+
sparkfun-qwiic-tmp102
39+
sparkfun-qwiic-tmp117
40+
sparkfun-qwiic-max1704x
41+
sparkfun-qwiic-ens160
42+
sparkfun-qwiic-titan-gps
43+
sparkfun-qwiic-oled-base
44+
sparkfun-qwiic-ism330dhcx
45+
sparkfun-qwiic-vl53l1x
46+
sparkfun-qwiic-tca9548a
47+
sparkfun-qwiic-huskylens
48+
sparkfun-pi-servo-hat
49+
sparkfun-qwiic-adxl313
50+
sparkfun-qwiic-as6212
51+
sparkfun-qwiic-ccs811
52+
sparkfun-qwiic-dual-encoder-reader
53+
sparkfun-qwiic-eeprom
54+
sparkfun-opt4048-tristimulus-color-sensor
55+
sparkfun-qwiic-pir
56+
sparkfun-qwiic-proximity
57+
sparkfun-top-phat-button
58+
sparkfun-ublox-gps

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sparkfun_qwiic"
7-
version='1.1.11'
7+
version='2.0.0'
88
description="SparkFun Electronics qwiic library"
99
authors = [{name = "SparkFun Electronics", email = "[email protected]"}]
1010
readme = "DESCRIPTION.rst" # could also have the readme itself if we prefer...
@@ -46,4 +46,4 @@ qwiic = ["drivers/**/*", "drivers_linux_only/**/*"]
4646
qwiic = ["*/docs/*"]
4747

4848
[tool.setuptools.dynamic]
49-
dependencies = {file = "install_requirements.txt"}
49+
dependencies = {file = "install_requirements.txt"}

0 commit comments

Comments
 (0)