diff options
-rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index a480f4c1301..2a95a45f6f2 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -3,10 +3,10 @@ ;; Copyright (C) 2003-2025 Free Software Foundation, Inc. ;; Author: Fabián E. Gallina <fgallina@gnu.org> +;; Maintainer: emacs-devel@gnu.org ;; URL: https://github.com/fgallina/python.el ;; Version: 0.29 ;; Package-Requires: ((emacs "29.1") (compat "29.1.1.0") (seq "2.23") (project "0.1") (flymake "1.0")) -;; Maintainer: emacs-devel@gnu.org ;; Created: Jul 2010 ;; Keywords: languages |