[New-bugs-announce] [issue12830] --install-data doesn't effect resources destination

trevor report at bugs.python.org
Wed Aug 24 12:18:09 CEST 2011


New submission from trevor <trevor at well.com>:

attempting to point the relative destination with "--install-data" does not seem to have an effect. the specified directory is created, but resources are still installed relative to the present working directory.

setup.cfg:

[files]
resources =
    externalfiles/tobemoved.txt = support


% pysetup3 run install_dist --install-data /tmp/example


/tmp/example is created with no files, ./support/tobemoved.txt is created

----------
assignee: tarek
components: Distutils2
messages: 142878
nosy: alexis, eric.araujo, tarek, trevor
priority: normal
severity: normal
status: open
title: --install-data doesn't effect resources destination
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12830>
_______________________________________


More information about the New-bugs-announce mailing list