Remove MELPA recipe draft; publication is not planned

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Kinneyzhang 2026-07-26 23:49:56 +08:00
parent 36328a1cca
commit f422a0f3a9

View File

@ -1,16 +0,0 @@
;;; melpa-recipe.el --- draft MELPA recipe for tp -*- lexical-binding: t -*-
;; Draft recipe for a future MELPA submission (not yet submitted).
;; The package ships the nine library modules plus the tp.el umbrella;
;; test suites, doctests, and dev scripts are excluded.
;;
;; Verified locally with: package-lint (0 findings, main file tp.el)
;; and a multi-Emacs CI matrix (28.1 / 29.4 / 30.1).
(tp :fetcher github
:repo "Kinneyzhang/tp"
:files ("tp.el" "tp-core.el" "tp-reactive.el" "tp-layer.el"
"tp-ops.el" "tp-search.el" "tp-render.el" "tp-stack.el"
"tp-palette.el" "tp-builtins.el"))
;;; melpa-recipe.el ends here