Commit 635b267 1 parent e1ffaf3 commit 635b267 Copy full SHA for 635b267
File tree 2 files changed +29
-14
lines changed
2 files changed +29
-14
lines changed Original file line number Diff line number Diff line change 7
7
"type" : " git" ,
8
8
"url" : " https://github.com/2bndy5/CirquePinnacle.git"
9
9
},
10
- "version" : " 0. 1.0" ,
10
+ "version" : " 1.0.1 " ,
11
11
"export" : {
12
12
"exclude" : [
13
- " .github/*" ,
14
- " docs/**" ,
13
+ " .env/" ,
14
+ " .github/" ,
15
+ " .mypy_cache/" ,
16
+ " .ruff_cache/" ,
17
+ " docs/" ,
15
18
" keywords.txt" ,
16
- " examples/pico_sdk/*" ,
17
- " examples/linux/*" ,
19
+ " examples/pico_sdk/" ,
20
+ " examples/cpython/" ,
21
+ " examples/linux/" ,
18
22
" src/cmake/*" ,
19
- " src/includes.h.in" ,
20
- " CMakeLists.txt" ,
21
- " utility/CMakeLists.txt" ,
22
- " utility/mraa/*" ,
23
- " utility/bcm2xxx/*" ,
24
- " utility/linux_kernel/*" ,
25
- " utility/rp2/*" ,
26
- " utility/pigpio/*"
23
+ " src/CMakeLists.txt" ,
24
+ " src/utility/CMakeLists.txt" ,
25
+ " src/utility/includes.h.in" ,
26
+ " src/utility/includes.h" ,
27
+ " src/utility/bcm2xxx/*" ,
28
+ " src/utility/linux_kernel/*" ,
29
+ " src/utility/mraa/*" ,
30
+ " src/utility/pigpio/*" ,
31
+ " src/utility/rp2/*" ,
32
+ " src/utility/template/*" ,
33
+ " src/pybind11/" ,
34
+ " src/cirque_pinnacle-stubs/*" ,
35
+ " src/py_bindings.cpp" ,
36
+ " .pre-commit-config.yaml" ,
37
+ " .readthedocs.yml" ,
38
+ " install-linux.sh" ,
39
+ " MANIFEST.in" ,
40
+ " pyproject.toml" ,
41
+ " setup.py"
27
42
]
28
43
},
29
44
"frameworks" : " arduino" ,
Original file line number Diff line number Diff line change 1
1
name =CirquePinnacle
2
- version =0. 1.0
2
+ version =1.0.1
3
3
author =2bndy5
4
4
maintainer =2bndy5
5
5
sentence =A driver library for interfacing with the Cirque Pinnacle (1CA027) touch controller used in Cirque Glidepoint Circle Trackpads.
You can’t perform that action at this time.
0 commit comments