Skip to content

Commit e48f8d9

Browse files
authored
Merge pull request #35 from bp100a/remove-test-folder-from-build
no longer include the test folder in the build
2 parents 557e3ed + efed744 commit e48f8d9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# CHANGES
2+
## [1.0.7] - 2024-09-19
3+
- test folder removed, was being flagged in security analysis code
4+
25
## [1.0.6] - 2024-09-19
36
- fix logo reference
47

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)