diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-02 17:09:42 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-02 17:09:42 -0400 |
| commit | 6b7791ccf8195247649914a7ce3cbda9bbcdaf06 (patch) | |
| tree | f80bea045f44a2b7d812fb795f9c80ce2c4027fc /pocketbook/pyproject.toml | |
| parent | d9d454a608d1a6a7ae690af0b68472401c477fd6 (diff) | |
| download | archsetup-6b7791ccf8195247649914a7ce3cbda9bbcdaf06.tar.gz archsetup-6b7791ccf8195247649914a7ce3cbda9bbcdaf06.zip | |
chore(pocketbook)!: remove the in-tree pocketbook package
Craig's finish-or-cancel checkpoint resolved to remove: the app left daily use in May and the org-capture popup covers quick notes. The pip install, launcher, and Super+P bind went with it (dotfiles a750cb4); the three pocketbook tasks are closed.
Diffstat (limited to 'pocketbook/pyproject.toml')
| -rw-r--r-- | pocketbook/pyproject.toml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/pocketbook/pyproject.toml b/pocketbook/pyproject.toml deleted file mode 100644 index afc5c71..0000000 --- a/pocketbook/pyproject.toml +++ /dev/null @@ -1,21 +0,0 @@ -[build-system] -requires = ["setuptools>=68.0"] -build-backend = "setuptools.build_meta" - -[project] -name = "pocketbook" -version = "0.1.0" -description = "GTK4 layer-shell notes panel for Hyprland" -requires-python = ">=3.12" -dependencies = [ - "PyGObject", -] - -[project.scripts] -pocketbook = "pocketbook.__main__:main" - -[tool.setuptools.packages.find] -where = ["src"] - -[tool.pytest.ini_options] -testpaths = ["tests"] |
