From 4a06d081f3b8fb4c2218ca0ee843c53b45bf9cd6 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 26 Dec 2024 17:27:44 +0100 Subject: [PATCH] Move metadata from ego-pkg.el to ego.el --- ego-pkg.el | 9 --------- ego.el | 2 ++ 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 ego-pkg.el diff --git a/ego-pkg.el b/ego-pkg.el deleted file mode 100644 index 8030942..0000000 --- a/ego-pkg.el +++ /dev/null @@ -1,9 +0,0 @@ -(define-package - "ego" "0.9" - "a static site generator based on org mode, forked from org-page." - '((emacs "24.5") - (ht "1.5") - (mustache "0.22") - (htmlize "1.47") - (org "8.0") - (dash "2.0.0"))) diff --git a/ego.el b/ego.el index 91551cf..1cbbd93 100644 --- a/ego.el +++ b/ego.el @@ -8,6 +8,8 @@ ;; Kuangdash ;; Keywords: org-mode, convenience, beautify ;; Homepage: https://github.com/emacs-china/EGO +;; Package-Version: 0.9 +;; Package-Requires: ((emacs "24.5") (ht "1.5") (mustache "0.22") (htmlize "1.47") (org "8.0") (dash "2.0.0")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by