diff --git a/README.md b/README.md index 4eb340c..1949f4c 100644 --- a/README.md +++ b/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 ``` diff --git a/pyproject.toml b/pyproject.toml index 5c074ee..5fe1cbf 100644 --- a/pyproject.toml +++ b/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",