Skip to content

Commit fbcf15e

Browse files
Update packaging and versioning
1 parent 309067d commit fbcf15e

File tree

4 files changed

+7
-14
lines changed

4 files changed

+7
-14
lines changed

.readthedocs.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"urls": [
3-
["qwiic_veml6030.py", "github:sparkfun/Qwiic_VEML6030_Py/qwiic_veml6030.py"]
3+
["qwiic_veml.py", "github:sparkfun/qwiic_veml_py/qwiic_veml.py"]
44
],
55
"deps": [
66
["github:sparkfun/Qwiic_I2C_Py", "master"]
77
],
8-
"version": "2.0.0"
8+
"version": "1.0.0"
99
}

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
requires = ["setuptools"]
33

44
[project]
5-
name = "sparkfun_qwiic_veml6030"
6-
version = "2.0.0"
7-
description = "SparkFun Electronics Qwiic VEML6030"
5+
name = "sparkfun_qwiic_veml"
6+
version = "1.0.0"
7+
description = "SparkFun Electronics Qwiic VEML"
88
readme = "DESCRIPTION.rst"
99

1010
authors = [{name="Sparkfun Electronics", email="info@sparkfun.com"}]
@@ -43,7 +43,7 @@ classifiers=[
4343
keywords = ["electronics, maker"]
4444

4545
[project.urls]
46-
homepage = "https://www.sparkfun.com/sparkfun-ambient-light-sensor-veml6030-qwiic.html"
46+
homepage = "https://github.com/sparkfun/qwiic_veml_py"
4747

4848
[tool.setuptools]
49-
py-modules = ["qwiic_veml6030"]
49+
py-modules = ["qwiic_veml"]

0 commit comments

Comments
 (0)