Add publication metadata
This commit is contained in:
@@ -109,10 +109,13 @@ git init
|
|||||||
git add .
|
git add .
|
||||||
git commit -m "Initial import"
|
git commit -m "Initial import"
|
||||||
tea repos create --name R36SHack --description "SDL2/GStreamer DLNA browser for R36S" --owner enne2
|
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
|
git push -u origin main
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Published repository:
|
||||||
|
https://git.enne2.net/enne2/R36SHack
|
||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -12,6 +12,10 @@ license = "MIT"
|
|||||||
authors = [
|
authors = [
|
||||||
{name = "Matteo Benedetto"},
|
{name = "Matteo Benedetto"},
|
||||||
]
|
]
|
||||||
|
urls = {
|
||||||
|
Homepage = "https://git.enne2.net/enne2/R36SHack",
|
||||||
|
Repository = "https://git.enne2.net/enne2/R36SHack",
|
||||||
|
}
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"PySDL2>=0.9.16",
|
"PySDL2>=0.9.16",
|
||||||
"async-upnp-client>=0.38.0",
|
"async-upnp-client>=0.38.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user