Add publication metadata

This commit is contained in:
Matteo Benedetto
2026-03-21 15:55:55 +01:00
parent 1d89c7fdc7
commit 6fc467127c
2 changed files with 8 additions and 1 deletions
+4 -1
View File
@@ -109,10 +109,13 @@ git init
git add .
git commit -m "Initial import"
tea repos create --name R36SHack --description "SDL2/GStreamer DLNA browser for R36S" --owner enne2
git remote add origin git@git.enne2.net:enne2/R36SHack.git
git remote add origin ssh://git@git.enne2.net:222/enne2/R36SHack.git
git push -u origin main
```
Published repository:
https://git.enne2.net/enne2/R36SHack
## Project Structure
```
+4
View File
@@ -12,6 +12,10 @@ license = "MIT"
authors = [
{name = "Matteo Benedetto"},
]
urls = {
Homepage = "https://git.enne2.net/enne2/R36SHack",
Repository = "https://git.enne2.net/enne2/R36SHack",
}
dependencies = [
"PySDL2>=0.9.16",
"async-upnp-client>=0.38.0",