mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Add configuration for packaging.
This commit is contained in:
parent
ff002b9305
commit
18091540db
2 changed files with 7 additions and 0 deletions
4
Lib/idlelib/setup.cfg
Normal file
4
Lib/idlelib/setup.cfg
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
[bdist_rpm]
|
||||||
|
release = 1
|
||||||
|
packager = Kurt B. Kaiser <kbk@shore.net>
|
||||||
|
requires = python2, python2-tkinter
|
||||||
|
|
@ -104,6 +104,9 @@ setup(name="IDLEfork",
|
||||||
description = "IDLEfork, the Developmental Python IDE",
|
description = "IDLEfork, the Developmental Python IDE",
|
||||||
author = "Guido van Rossum et. al.",
|
author = "Guido van Rossum et. al.",
|
||||||
author_email = "idle-dev@python.org",
|
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/",
|
url = "https://sourceforge.net/projects/idlefork/",
|
||||||
long_description =
|
long_description =
|
||||||
"""IDLE is a Tkinter based IDE for Python. It is written in 100% pure Python
|
"""IDLE is a Tkinter based IDE for Python. It is written in 100% pure Python
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue