Add publication metadata
This commit is contained in:
@@ -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
|
||||
|
||||
```
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user