Changes between Initial Version and Version 1 of Ticket #2210, comment 2
- Timestamp:
- 2014-04-02T23:52:48Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #2210, comment 2
initial v1 1 Note that this doesn't happen when installing from an sdist (because sdists don't contain `_trial_temp`); it only happens when installing from a checkout on which tests have been run. So it is reasonable for `MANIFEST.in` not to be consulted, since, IIUC, the purpose of `MANIFEST.in` is only to determine what goes into an sdist. However, I don't understand why `pip` is looking at directories that were not specified in the call to `setuptools.setup`.1 Note that this doesn't happen when installing from an sdist (because sdists don't contain `_trial_temp`); it only happens when installing directly from a checkout on which tests have been run. So it is reasonable for `MANIFEST.in` not to be consulted, since, IIUC, the purpose of `MANIFEST.in` is only to determine what goes into an sdist. However, I don't understand why `pip` is looking at directories that were not specified in the call to `setuptools.setup`.