diff options
Diffstat (limited to 'Lib/idlelib/setup.py')
-rw-r--r-- | Lib/idlelib/setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/setup.py b/Lib/idlelib/setup.py index 02fd997..ac6e6db 100644 --- a/Lib/idlelib/setup.py +++ b/Lib/idlelib/setup.py @@ -104,6 +104,9 @@ setup(name="IDLEfork", description = "IDLEfork, the Developmental Python IDE", author = "Guido van Rossum et. al.", author_email = "idle-dev@python.org", + maintainer = "Kurt B. Kaiser", + maintainer_email = "kbk@shore.net", + license = "PSF: www.python.org", url = "https://sourceforge.net/projects/idlefork/", long_description = """IDLE is a Tkinter based IDE for Python. It is written in 100% pure Python |