emacs/code/elpa/python-mode-20230209.731/python-mode-pkg.el

14 lines
504 B
EmacsLisp

(define-package "python-mode" "20230209.731" "Python major mode" 'nil :commit "d00e9ffe3a7c450362d453e00b4adcb826bce464" :authors
'(("2015-2023 https://gitlab.com/groups/python-mode-devs")
("2003-2014 https://launchpad.net/python-mode")
("1995-2002 Barry A. Warsaw")
("1992-1994 Tim Peters"))
:maintainer
'(nil . "python-mode@python.org")
:keywords
'("python" "languages" "oop")
:url "https://gitlab.com/groups/python-mode-devs")
;; Local Variables:
;; no-byte-compile: t
;; End: