summaryrefslogtreecommitdiff
path: root/lisp/epg-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/epg-config.el')
-rw-r--r--lisp/epg-config.el9
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/epg-config.el b/lisp/epg-config.el
index 1ac05d1ba52..f3dc9469564 100644
--- a/lisp/epg-config.el
+++ b/lisp/epg-config.el
@@ -23,7 +23,14 @@
;;; Code:
-(require 'epg-package-info)
+(defconst epg-package-name "epg"
+ "Name of this package.")
+
+(defconst epg-version-number "1.0.0"
+ "Version number of this package.")
+
+(defconst epg-bug-report-address "ueno@unixuser.org"
+ "Report bugs to this address.")
(defgroup epg ()
"The EasyPG Library"