]> granicus.if.org Git - python/commitdiff
Add configuration for packaging.
authorKurt B. Kaiser <kbk@shore.net>
Sun, 22 Dec 2002 01:48:28 +0000 (01:48 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Sun, 22 Dec 2002 01:48:28 +0000 (01:48 +0000)
Lib/idlelib/setup.cfg [new file with mode: 0644]
Lib/idlelib/setup.py

diff --git a/Lib/idlelib/setup.cfg b/Lib/idlelib/setup.cfg
new file mode 100644 (file)
index 0000000..bff02fe
--- /dev/null
@@ -0,0 +1,4 @@
+[bdist_rpm]
+release = 1
+packager = Kurt B. Kaiser <kbk@shore.net>
+requires = python2, python2-tkinter
index 02fd99745dcc94f07fa827be5a87c9d32a125487..ac6e6db6810f61566ea5dfb789a5c0f22dd11aa8 100644 (file)
@@ -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