File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 122
122
| -------------| ----------| --------------------------------|
123
123
| poetry-core | 1.9.0 | build system |
124
124
125
- All tooling is defined in the ` pyporject .toml` and managed using [ poetry] ( https://pypi.org/project/poetry/ ) as follows:
125
+ All tooling is defined in the ` pyproject .toml` and managed using [ poetry] ( https://pypi.org/project/poetry/ ) as follows:
126
126
``` shell
127
127
poetry install --with tests
128
128
```
Original file line number Diff line number Diff line change @@ -48,10 +48,11 @@ Repository = "https://github.com/bp100a/serial-usbipclient"
48
48
name = " serial-usbipclient"
49
49
authors = [
" Harry J. Collins <[email protected] >" ]
50
50
maintainers = [
" Harry J. Collins <[email protected] >" ]
51
- version = " 1.0.6 "
51
+ version = " 1.0.7 "
52
52
description = " Simple serial connectivity to CDC (serial) USB devices exposed by a USBIPD service."
53
53
readme = " README.md"
54
54
package-mode = true
55
+ exclude = [" **/tests/**/*" ]
55
56
56
57
[tool .poetry .dependencies ]
57
58
python = " ^3.11"
You can’t perform that action at this time.
0 commit comments