Change location of License

This commit is contained in:
Sebastian Lenzlinger 2024-07-17 12:40:39 +02:00
parent 519e1e9730
commit 481a300cac
4 changed files with 3 additions and 3 deletions

View File

@ -28,5 +28,4 @@ iottb --help # Most general overview
iottb <subcommand> --help
```
## License
This project is licensed under the BSD 3-clause License, a copy of which is provided in the file `LICENSE` in the root of this project.
This project is licensed under the BSD 3-clause License, a copy of which is provided in the file `code/iottb-project/LICENSE`

View File

@ -58,5 +58,5 @@ By setting this variable you control where the basic iottb application
configuration should be looked for
## License
This project is licensed under the BSD 3-clause License, a copy of which is provided in the file `LICENSE` in the root of this project.
This project is licensed under the BSD 3-clause License, a copy of which is provided in the file `code/iottb-project/LICENSE`

View File

@ -4,6 +4,7 @@ version = "0.1.0"
description = "IoT Testbed"
authors = ["Sebastian Lenzlinger <sebastian.lenzlinger@unibas.ch>"]
readme = "README.md"
license = "LICENSE"
[tool.poetry.dependencies]
python = "^3.12"