[Zope-CVS] CVS: Packages/zpkgtools/zpkgtools/tests/input/package/datadir - justdata.py:1.1

Fred L. Drake, Jr. fred at zope.com
Fri Jun 4 00:20:51 EDT 2004


Update of /cvs-repository/Packages/zpkgtools/zpkgtools/tests/input/package/datadir
In directory cvs.zope.org:/tmp/cvs-serv10054/zpkgtools/tests/input/package/datadir

Added Files:
	justdata.py 
Log Message:
Fix bug in build/install support code:

If a Python package contains a non-package directory containing Python
source files (*.py), the Python sources in that directory were dropped
from the build/installation.  Other files were added handled
appropriately.


=== Added File Packages/zpkgtools/zpkgtools/tests/input/package/datadir/justdata.py ===
##############################################################################
#
# Copyright (c) 2004 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""Python source file not in a package.

The distutils support code from zpkgtools.setup should regard this
file as package data rather than as a module in a package.  This means
that it should be mentioned in the package_data passed to
distutils.core.setup().

There's nothing else here.
"""




More information about the Zope-CVS mailing list