Browse Source

Add publication metadata

main
Matteo Benedetto 9 hours ago
parent
commit
6fc467127c
  1. 5
      README.md
  2. 4
      pyproject.toml

5
README.md

@ -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
pyproject.toml

@ -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",

Loading…
Cancel
Save