LedLab 1.1.0__tar.gz → 1.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: LedLab
|
|
3
|
-
Version: 1.1
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: A library for easier led manipulation in python
|
|
5
5
|
Project-URL: Homepage, https://github.com/jim201414/LedLab-Python-Library
|
|
6
|
-
Project-URL: Issues, https://github.com/jim201414/LedLab-Python-Library
|
|
6
|
+
Project-URL: Issues, https://github.com/jim201414/LedLab-Python-Library/issues
|
|
7
|
+
Project-URL: Documentation, https://github.com/jim201414/LedLab-Python-Library/wiki
|
|
7
8
|
Author-email: Jim Harisis <jimharisis14@gmail.com>
|
|
8
9
|
License-File: LICENSE.txt
|
|
9
10
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "LedLab"
|
|
7
|
-
version = "1.1
|
|
7
|
+
version = "1.2.1"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="Jim Harisis", email="jimharisis14@gmail.com" },
|
|
10
10
|
]
|
|
@@ -19,4 +19,5 @@ classifiers = [
|
|
|
19
19
|
|
|
20
20
|
[project.urls]
|
|
21
21
|
Homepage = "https://github.com/jim201414/LedLab-Python-Library"
|
|
22
|
-
Issues = "https://github.com/jim201414/LedLab-Python-Library"
|
|
22
|
+
Issues = "https://github.com/jim201414/LedLab-Python-Library/issues"
|
|
23
|
+
Documentation = "https://github.com/jim201414/LedLab-Python-Library/wiki"
|
|
File without changes
|
|
File without changes
|