This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Make build_py allow modules and packages at the same time
Type: Stage:
Components: Distutils Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, bernhard
Priority: normal Keywords: patch

Created on 2003-02-28 14:42 by bernhard, last changed 2022-04-10 16:07 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
distutils-modules-and-packages.diff bernhard, 2003-02-28 14:43
Messages (2)
msg42917 - (view) Author: Bernhard Herzog (bernhard) Date: 2003-02-28 14:42
The build command of the distutils currently doesn't
support both python modules and python packages in the
same setup.py call. See the distutils-sig for a discussion:
http://mail.python.org/pipermail/distutils-sig/2003-February/003192.html

This patch modifies the build_py command to allow this.
msg42918 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2003-03-01 02:21
Logged In: YES 
user_id=11375

Checked in; thanks!
History
Date User Action Args
2022-04-10 16:07:14adminsetgithub: 38072
2003-02-28 14:42:30bernhardcreate