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.

Author Thorsten.Simons
Recipients Thorsten.Simons, eric.araujo, tarek
Date 2011-01-18.12:30:23
SpamBayes Score 5.5304423e-07
Marked as misclassified No
Message-id <1295353825.23.0.755300594789.issue10932@psf.upfronthosting.co.za>
In-reply-to
Content
Hi !

when specifying additional files to be distributed by distutils.core.setup, documentation says that:

"Each file name in files is interpreted relative to the setup.py script at the top of the package source distribution. No directory information from files is used to determine the final location of the installed file; only the name of the file is used"

(http://docs.python.org/py3k/distutils/setupscript.html#distutils-additional-files)

Well, this seems to be incorrect - I tried to specify a file from a higher level directory, which get's copies to a target based on the whole path I specified, not just the name...

Pls. see attached file for details
History
Date User Action Args
2011-01-18 12:30:25Thorsten.Simonssetrecipients: + Thorsten.Simons, tarek, eric.araujo
2011-01-18 12:30:25Thorsten.Simonssetmessageid: <1295353825.23.0.755300594789.issue10932@psf.upfronthosting.co.za>
2011-01-18 12:30:23Thorsten.Simonslinkissue10932 messages
2011-01-18 12:30:23Thorsten.Simonscreate