Skip to content

Commit f5581ce

Browse files
no longer include the test folder in the build
1 parent 557e3ed commit f5581ce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ ___
122122
|-------------|----------|--------------------------------|
123123
| poetry-core | 1.9.0 | build system |
124124

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:
126126
```shell
127127
poetry install --with tests
128128
```

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ Repository = "https://github.com/bp100a/serial-usbipclient"
4848
name = "serial-usbipclient"
4949
authors = ["Harry J. Collins <[email protected]>"]
5050
maintainers = ["Harry J. Collins <[email protected]>"]
51-
version = "1.0.6"
51+
version = "1.0.7"
5252
description = "Simple serial connectivity to CDC (serial) USB devices exposed by a USBIPD service."
5353
readme = "README.md"
5454
package-mode = true
55+
exclude = ["**/tests/**/*"]
5556

5657
[tool.poetry.dependencies]
5758
python = "^3.11"

0 commit comments

Comments
 (0)