properly added license everywhere
This commit is contained in:
parent
a1900a77e4
commit
73e89ca513
13
README.md
13
README.md
@ -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
|
||||
```
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user