From d64aa5822cba28a97021c5d79f8648f936ab20f0 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 26 Dec 2024 17:55:22 +0100 Subject: [PATCH] Move metadata from org-page-pkg.el to org-page.el --- org-page-pkg.el | 11 ----------- org-page.el | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 org-page-pkg.el diff --git a/org-page-pkg.el b/org-page-pkg.el deleted file mode 100644 index 74f3f24..0000000 --- a/org-page-pkg.el +++ /dev/null @@ -1,11 +0,0 @@ -(define-package - "org-page" "0.5" - "a static site generator based on org mode" - '((ht "1.5") - (simple-httpd "1.4.6") - (mustache "0.22") - (htmlize "1.47") - (org "8.0") - (dash "2.0.0") - (cl-lib "0.5") - (git "0.1.1"))) diff --git a/org-page.el b/org-page.el index 6108663..52edf1a 100644 --- a/org-page.el +++ b/org-page.el @@ -5,7 +5,7 @@ ;; Author: Kelvin Hu ;; Keywords: org-mode, convenience, beautify ;; Homepage: https://github.com/kelvinh/org-page - +;; Package-Requires: ((ht "1.5") (simple-httpd "1.4.6") (mustache "0.22") (htmlize "1.47") (org "8.0") (dash "2.0.0") (cl-lib "0.5") (git "0.1.1")) ;; 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 ;; the Free Software Foundation, either version 3 of the License, or