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

14 lines
517 B
EmacsLisp

(define-package "python-mode" "20220408.1906" "Python major mode" 'nil :commit "ee956c6a6c5aacf3cc32479eed9f84ccc5aec7dd" :authors
'(("2015-2021 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
'("languages" "processes" "python" "oop")
:url "https://gitlab.com/groups/python-mode-devs")
;; Local Variables:
;; no-byte-compile: t
;; End: