uphy-controller 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.
Files changed (16) hide show
  1. {uphy_controller-1.0.1.dev3359/src/uphy_controller.egg-info → uphy_controller-1.0.2}/PKG-INFO +4 -8
  2. {uphy_controller-1.0.1.dev3359 → uphy_controller-1.0.2}/pyproject.toml +5 -3
  3. {uphy_controller-1.0.1.dev3359 → uphy_controller-1.0.2/src/uphy_controller.egg-info}/PKG-INFO +4 -8
  4. {uphy_controller-1.0.1.dev3359 → uphy_controller-1.0.2}/LICENSE.txt +0 -0
  5. {uphy_controller-1.0.1.dev3359 → uphy_controller-1.0.2}/README.md +0 -0
  6. {uphy_controller-1.0.1.dev3359 → uphy_controller-1.0.2}/setup.cfg +0 -0
  7. {uphy_controller-1.0.1.dev3359 → uphy_controller-1.0.2}/src/uphy/__init__.py +0 -0
  8. {uphy_controller-1.0.1.dev3359 → uphy_controller-1.0.2}/src/uphy/controller/__init__.py +0 -0
  9. {uphy_controller-1.0.1.dev3359 → uphy_controller-1.0.2}/src/uphy/controller/__main__.py +0 -0
  10. {uphy_controller-1.0.1.dev3359 → uphy_controller-1.0.2}/src/uphy/controller/gui.py +0 -0
  11. {uphy_controller-1.0.1.dev3359 → uphy_controller-1.0.2}/src/uphy/controller/modbus.py +0 -0
  12. {uphy_controller-1.0.1.dev3359 → uphy_controller-1.0.2}/src/uphy_controller.egg-info/SOURCES.txt +0 -0
  13. {uphy_controller-1.0.1.dev3359 → uphy_controller-1.0.2}/src/uphy_controller.egg-info/dependency_links.txt +0 -0
  14. {uphy_controller-1.0.1.dev3359 → uphy_controller-1.0.2}/src/uphy_controller.egg-info/entry_points.txt +0 -0
  15. {uphy_controller-1.0.1.dev3359 → uphy_controller-1.0.2}/src/uphy_controller.egg-info/requires.txt +0 -0
  16. {uphy_controller-1.0.1.dev3359 → uphy_controller-1.0.2}/src/uphy_controller.egg-info/top_level.txt +0 -0
@@ -1,13 +1,8 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: uphy-controller
3
- Version: 1.0.1.dev3359
3
+ Version: 1.0.2
4
4
  Summary: U-Phy Controller
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
@@ -21,6 +16,7 @@ Requires-Dist: rich>=13.9.2
21
16
  Requires-Dist: typer>=0.12.5
22
17
  Requires-Dist: uphy
23
18
  Requires-Dist: zeroconf>=0.135.0
19
+ Dynamic: license-file
24
20
 
25
21
  # U-Phy Controller
26
22
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "uphy-controller"
3
- version = "1.0.1.dev3359"
3
+ version = "1.0.2"
4
4
  description = "U-Phy Controller"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -13,8 +13,10 @@ dependencies = [
13
13
  "uphy",
14
14
  "zeroconf>=0.135.0",
15
15
  ]
16
- license = {file = "LICENSE.txt"}
17
-
16
+ license = "LicenseRef-RT-Labs-Commercial-Agreement"
17
+ license-files = [
18
+ "LICENSE.txt"
19
+ ]
18
20
 
19
21
  [project.urls]
20
22
  RT-Labs = "https://rt-labs.com"
@@ -1,13 +1,8 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: uphy-controller
3
- Version: 1.0.1.dev3359
3
+ Version: 1.0.2
4
4
  Summary: U-Phy Controller
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
@@ -21,6 +16,7 @@ Requires-Dist: rich>=13.9.2
21
16
  Requires-Dist: typer>=0.12.5
22
17
  Requires-Dist: uphy
23
18
  Requires-Dist: zeroconf>=0.135.0
19
+ Dynamic: license-file
24
20
 
25
21
  # U-Phy Controller
26
22