Message142878
| 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:09 | trevor | set | recipients: + trevor, tarek, eric.araujo, alexis |
| 2011-08-24 10:18:09 | trevor | set | messageid: <1314181089.71.0.14845741215.issue12830@psf.upfronthosting.co.za> |
| 2011-08-24 10:18:09 | trevor | link | issue12830 messages |
| 2011-08-24 10:18:08 | trevor | create | |