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 trevor
Recipients alexis, eric.araujo, tarek, trevor
Date 2011-08-24.10:18:08
SpamBayes Score 1.2674504e-05
Marked as misclassified No
Message-id <1314181089.71.0.14845741215.issue12830@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-08-24 10:18:09trevorsetrecipients: + trevor, tarek, eric.araujo, alexis
2011-08-24 10:18:09trevorsetmessageid: <1314181089.71.0.14845741215.issue12830@psf.upfronthosting.co.za>
2011-08-24 10:18:09trevorlinkissue12830 messages
2011-08-24 10:18:08trevorcreate