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

14 lines
517 B
EmacsLisp

(define-package "python-mode" "20220817.2017" "Python major mode" 'nil :commit "765af4569eaf93c07c6aecdf7f134022677f9620" :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: