smartscreen-driver 0.2.0__tar.gz → 0.2.2__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: smartscreen-driver
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: Driver for serial-over-USB displays; library extracted from turing-smart-screen-python
5
- Author: Mathieu Houdebine
5
+ Project-URL: homepage, https://github.com/hchargois/smartscreen-driver
6
6
  Author-email: Hugo Chargois <hugo.chargois@free.fr>
7
7
  License-File: LICENSE
8
8
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
@@ -1,9 +1,8 @@
1
1
  [project]
2
2
  name = "smartscreen-driver"
3
- version = "0.2.0"
3
+ version = "0.2.2"
4
4
  description = "Driver for serial-over-USB displays; library extracted from turing-smart-screen-python"
5
5
  authors = [
6
- { name="Mathieu Houdebine" },
7
6
  { name="Hugo Chargois", email="hugo.chargois@free.fr" },
8
7
  ]
9
8
  classifiers = [
@@ -19,6 +18,9 @@ dependencies = [
19
18
  "pyserial>=3.5",
20
19
  ]
21
20
 
21
+ [project.urls]
22
+ homepage = "https://github.com/hchargois/smartscreen-driver"
23
+
22
24
  [build-system]
23
25
  requires = ["hatchling"]
24
26
  build-backend = "hatchling.build"