diff --git a/readme.md b/README.md similarity index 92% rename from readme.md rename to README.md index 56e06eff38e86c951815fdb2e23df049d4becf70..807d053cdfeb0824d9ef47ab66502147bf798847 100644 --- a/readme.md +++ b/README.md @@ -6,7 +6,8 @@ Application to play Memory Classic with sound Clone repository locally -`git clone ssh://git@ssh.hesge.ch:10572/memory/memory_app_classic.git` +`git clone ssh://git@ssh.hesge.ch:10572/memody_ifs/memory_app_classic.git` + ### Virtual environnement @@ -32,7 +33,7 @@ This application require memory_lib to work Clone repository memory_lib -`git clone ssh://git@ssh.hesge.ch:10572/memory/memory_lib.git` +`git clone ssh://git@ssh.hesge.ch:10572/memody_ifs/memory_lib.git` Enter on folder memory_lib and install library diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index b055a1807504afa845874e1f3ec46daaeec0028a..0000000000000000000000000000000000000000 --- a/pyproject.toml +++ /dev/null @@ -1,3 +0,0 @@ -[tool.pyright] -venvPath = "." -venv = "venv"