AnalogSensePy 1.0.0__tar.gz → 1.0.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,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: AnalogSensePy
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Requires-Python: >=3.10
5
5
  License-File: LICENSE
6
- Requires-Dist: hid
6
+ Requires-Dist: hidapi
7
7
  Dynamic: license-file
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: AnalogSensePy
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Requires-Python: >=3.10
5
5
  License-File: LICENSE
6
- Requires-Dist: hid
6
+ Requires-Dist: hidapi
7
7
  Dynamic: license-file
@@ -26,7 +26,7 @@ Python port of [AnalogSense.js](https://github.com/AnalogSense/JavaScript-SDK/)
26
26
  ## Installation
27
27
  ```bash
28
28
  pip install hid
29
- pip install
29
+ pip install AnalogSensePy
30
30
  ```
31
31
  On Linux you may need udev rules or `sudo` for hid
32
32
 
@@ -4,6 +4,6 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "AnalogSensePy"
7
- version = "1.0.0"
7
+ version = "1.0.1"
8
8
  requires-python = ">=3.10"
9
- dependencies = ["hid"]
9
+ dependencies = ["hidapi"]
File without changes
File without changes