diff options
| author | rocky <rocky@gnu.org> | 2019-06-03 22:09:34 -0400 |
|---|---|---|
| committer | rocky <rocky@gnu.org> | 2019-06-03 22:09:34 -0400 |
| commit | 3642767a286e0542bf03cbb240cf47b2a89ad3f5 (patch) | |
| tree | c44e49955338c1db0273831acce843cb413dc22e | |
| parent | 0e243cd95910678de274d9a2ca052ef9b67be215 (diff) | |
Fix packaging to include all ipdb subdirectory
| -rw-r--r-- | realgud-ipdb.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/realgud-ipdb.el b/realgud-ipdb.el index 5dea875..6329def 100644 --- a/realgud-ipdb.el +++ b/realgud-ipdb.el @@ -2,7 +2,8 @@ ;; Author: Rocky Bernstein <rocky@gnu.org> ;; Version: 1.0.0 -;; Package-Requires: ((realgud "1.4.5") (load-relative "1.2") (cl-lib "0.5") (emacs "24")) +;; Package-Type: multi +;; Package-Requires: ((realgud "1.5.0") (load-relative "1.3.1") (emacs "25")) ;; URL: http://github.com/rocky/realgud-ipdb ;; Compatibility: GNU Emacs 25.x |
