[Patches] [ python-Patches-695090 ] Make build_py allow modules and packages at the same time

SourceForge.net noreply@sourceforge.net
Fri, 28 Feb 2003 06:42:31 -0800


Patches item #695090, was opened at 2003-02-28 15:42
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=695090&group_id=5470

Category: Distutils and setup.py
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Bernhard Herzog (bernhard)
Assigned to: Nobody/Anonymous (nobody)
Summary: Make build_py allow modules and packages at the same time

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=695090&group_id=5470