File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ Content
3636 api/index
3737 api/data
3838 api/communication
39+ api/dna/index
3940 api/tps1200p/index
4041 api/vivatps/index
41- api/dna/index
4242
4343Indices
4444
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ API documentation
2121 api/index
2222 api/data
2323 api/communication
24+ api/dna/index
2425 api/tps1200p/index
2526 api/vivatps/index
26- api/dna/index
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Features
2525Requirements
2626------------
2727
28- - Python 3.10 or newer
28+ - Python 3.11 or newer
2929- `pySerial <https://pyserial.readthedocs.io/ >`_ package
3030
3131Installation
Original file line number Diff line number Diff line change @@ -5,13 +5,12 @@ build-backend = "hatchling.build"
55[project ]
66dynamic = [" version" ]
77name = " geocompy"
8- # version = "0.0.1"
98authors = [
109 {
name =
" MrClock" ,
email =
" [email protected] " },
1110]
1211description = " Python package for controlling Leica instruments through serial connection"
1312readme = " README.md"
14- requires-python = " >=3.10 "
13+ requires-python = " >=3.11 "
1514dependencies = [
1615 " pyserial"
1716]
You can’t perform that action at this time.
0 commit comments