properly added license everywhere

This commit is contained in:
Hazel Noack 2025-05-22 16:41:05 +02:00
parent a1900a77e4
commit 73e89ca513
2 changed files with 6 additions and 10 deletions

View File

@ -1,3 +1,6 @@
<a href="https://oql.avris.it/license/v1.2" target="_blank" rel="noopener"><img src="https://badgers.space/badge/License/OQL/pink" alt="License: OQL" style="vertical-align: middle;"/></a>
# Installing
```sh
@ -24,13 +27,3 @@ stsg
stsg_dev
```
# build favicon
```
cd src/static/assets
inkscape -w 16 -h 16 -o 16.png logo.svg
inkscape -w 32 -h 32 -o 32.png logo.svg
inkscape -w 48 -h 48 -o 48.png logo.svg
convert 16.png 32.png 48.png ../icon.ico
```

View File

@ -13,6 +13,9 @@ readme = "README.md"
requires-python = ">=3.8"
classifiers = []
version = "0.0.0"
license-files = [
"LICENSE"
]
[project.scripts]
stsg = "stsg.__main__:build"