summaryrefslogtreecommitdiff
path: root/src/caelestia/data.py
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-11 00:41:05 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-11 00:41:05 +1000
commitf663e6f6908a9dfb05ac22e867e726c1bf6f0960 (patch)
tree4e9a8eaf275a2e145c6384964cdc5f351b49b924 /src/caelestia/data.py
parentfeat: impl workspace-action command (diff)
downloadcaelestia-cli-f663e6f6908a9dfb05ac22e867e726c1bf6f0960.tar.gz
caelestia-cli-f663e6f6908a9dfb05ac22e867e726c1bf6f0960.tar.bz2
caelestia-cli-f663e6f6908a9dfb05ac22e867e726c1bf6f0960.zip
internal: refactor for packaging
Package using python-build, python-installer and hatch
Diffstat (limited to '')
-rw-r--r--src/caelestia/data.py (renamed from src/data.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.py b/src/caelestia/data.py
index caa78f1..fa97a03 100644
--- a/src/data.py
+++ b/src/caelestia/data.py
@@ -15,7 +15,7 @@ scheme_colours_path = c_state_dir / "scheme/colours.txt"
scheme_mode_path = c_state_dir / "scheme/mode.txt"
scheme_variant_path = c_state_dir / "scheme/variant.txt"
-scheme_data_path = Path(__file__).parent.parent / "data/schemes"
+scheme_data_path = Path(__file__).parent / "data/schemes"
scheme_variants = [
"tonalspot",