diff --git a/.gitignore b/.gitignore index 2f2685a..d7030cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ **/__pycache__ **/settings.py -**/.DS_Store \ No newline at end of file +**/.DS_Store + +*.egg-info diff --git a/src/sdgb/GetUserPreviewApi.py b/action/GetUserPreviewApi.py similarity index 100% rename from src/sdgb/GetUserPreviewApi.py rename to action/GetUserPreviewApi.py diff --git a/src/sdgb/PowerOn.py b/action/PowerOn.py similarity index 100% rename from src/sdgb/PowerOn.py rename to action/PowerOn.py diff --git a/src/sdgb/UpsertMusic.py b/action/UpsertMusic.py similarity index 100% rename from src/sdgb/UpsertMusic.py rename to action/UpsertMusic.py diff --git a/src/sdgb/UserLogoutApi.py b/action/UserLogoutApi.py similarity index 100% rename from src/sdgb/UserLogoutApi.py rename to action/UserLogoutApi.py diff --git a/uv.lock b/uv.lock index 8fac29c..16aed5b 100644 --- a/uv.lock +++ b/uv.lock @@ -26,7 +26,7 @@ wheels = [ [[package]] name = "eaquira" version = "0.1.0" -source = { virtual = "." } +source = { editable = "." } dependencies = [ { name = "httpx" }, { name = "pycryptodome" },