branch: elpa/base32
commit c29822d2f15ed4c967099a88368816c94bda4980
Author: Vivek Das Mohapatra <[email protected]>
Commit: Vivek Das Mohapatra <[email protected]>

    Add totp-pkg.el in preparation for publishing to a package archive
---
 totp-pkg.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/totp-pkg.el b/totp-pkg.el
new file mode 100644
index 0000000000..c0562e5a9a
--- /dev/null
+++ b/totp-pkg.el
@@ -0,0 +1,6 @@
+(define-package "totp" "0.1"
+  "A Time-based (RFC6238) One Time Password (TOTP) generator."
+  '((emacs "27.1"))
+  :authors '(("Vivek Das Mohapatra" . "[email protected]"))
+  :keywords '("otp" "totp" "two-factor" "password" "2fa")
+  :url "https://gitlab.com/fledermaus/totp.el";)

Reply via email to