uphy 1.0.1.dev3359__tar.gz → 1.0.2__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,13 +1,8 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: uphy
3
- Version: 1.0.1.dev3359
3
+ Version: 1.0.2
4
4
  Author-email: RT-Labs <support@rt-labs.com>
5
- License: Copyright rt-labs AB, Sweden.
6
- All rights reserved.
7
-
8
- You may not use this software in a commercial product without
9
- purchasing a license. Contact sales@rt-labs.com for more information.
10
-
5
+ License-Expression: LicenseRef-RT-Labs-Commercial-Agreement
11
6
  Project-URL: RT-Labs, https://rt-labs.com
12
7
  Project-URL: U-Phy, https://rt-labs.com/u-phy
13
8
  Project-URL: Documentation, https://docs.rt-labs.com/u-phy
@@ -15,10 +10,11 @@ Requires-Python: >=3.10
15
10
  Description-Content-Type: text/markdown
16
11
  License-File: LICENSE.txt
17
12
  Requires-Dist: typer>=0.12.5
18
- Requires-Dist: uphy-device>=1.0.1
19
- Requires-Dist: uphy-controller>=1.0.1
13
+ Requires-Dist: uphy-device>=1.0.2
14
+ Requires-Dist: uphy-controller>=1.0.2
20
15
  Requires-Dist: rich>=13.9.4
21
16
  Requires-Dist: pyserial>=3.5
17
+ Dynamic: license-file
22
18
 
23
19
  # U-Phy
24
20
 
@@ -1,16 +1,21 @@
1
1
  [project]
2
2
  name="uphy"
3
- version="1.0.1.dev3359"
3
+ version="1.0.2"
4
4
  authors = [
5
5
  {name="RT-Labs", email="support@rt-labs.com"}
6
6
  ]
7
7
  requires-python = ">= 3.10"
8
8
  readme = "README.md"
9
- license = { file = "LICENSE.txt" }
9
+
10
+ license = "LicenseRef-RT-Labs-Commercial-Agreement"
11
+ license-files = [
12
+ "LICENSE.txt"
13
+ ]
14
+
10
15
  dependencies = [
11
16
  "typer>=0.12.5",
12
- "uphy-device>=1.0.1",
13
- "uphy-controller>=1.0.1",
17
+ "uphy-device>=1.0.2",
18
+ "uphy-controller>=1.0.2",
14
19
  "rich>=13.9.4",
15
20
  "pyserial>=3.5",
16
21
  ]
@@ -1,13 +1,8 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: uphy
3
- Version: 1.0.1.dev3359
3
+ Version: 1.0.2
4
4
  Author-email: RT-Labs <support@rt-labs.com>
5
- License: Copyright rt-labs AB, Sweden.
6
- All rights reserved.
7
-
8
- You may not use this software in a commercial product without
9
- purchasing a license. Contact sales@rt-labs.com for more information.
10
-
5
+ License-Expression: LicenseRef-RT-Labs-Commercial-Agreement
11
6
  Project-URL: RT-Labs, https://rt-labs.com
12
7
  Project-URL: U-Phy, https://rt-labs.com/u-phy
13
8
  Project-URL: Documentation, https://docs.rt-labs.com/u-phy
@@ -15,10 +10,11 @@ Requires-Python: >=3.10
15
10
  Description-Content-Type: text/markdown
16
11
  License-File: LICENSE.txt
17
12
  Requires-Dist: typer>=0.12.5
18
- Requires-Dist: uphy-device>=1.0.1
19
- Requires-Dist: uphy-controller>=1.0.1
13
+ Requires-Dist: uphy-device>=1.0.2
14
+ Requires-Dist: uphy-controller>=1.0.2
20
15
  Requires-Dist: rich>=13.9.4
21
16
  Requires-Dist: pyserial>=3.5
17
+ Dynamic: license-file
22
18
 
23
19
  # U-Phy
24
20
 
@@ -0,0 +1,5 @@
1
+ typer>=0.12.5
2
+ uphy-device>=1.0.2
3
+ uphy-controller>=1.0.2
4
+ rich>=13.9.4
5
+ pyserial>=3.5
@@ -1,5 +0,0 @@
1
- typer>=0.12.5
2
- uphy-device>=1.0.1
3
- uphy-controller>=1.0.1
4
- rich>=13.9.4
5
- pyserial>=3.5
File without changes
File without changes
File without changes
File without changes