Merge lp:~benji/wadllib/missing-files into lp:wadllib
Proposed by
Benji York
on 2010-10-26
| Status: | Merged |
|---|---|
| Merged at revision: | 18 |
| Proposed branch: | lp:~benji/wadllib/missing-files |
| Merge into: | lp:wadllib |
| Diff against target: |
29 lines (+8/-1) 3 files modified
MANIFEST.in (+1/-0) src/wadllib/NEWS.txt (+6/-0) src/wadllib/version.txt (+1/-1) |
| To merge this branch: | bzr merge lp:~benji/wadllib/missing-files |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Leonard Richardson (community) | 2010-10-26 | Approve on 2010-10-26 | |
|
Review via email:
|
|||
Description of the Change
The wadllib source distribution was missing some xml and json files. This branch adds a MANIFEST.in so those files are included.
The reason setuptools doesn't understand bzr (it does understand svn and cvs), therefore it doesn't know which non-Python files are part of the project and which aren't. If setuptools did understand bzr we could add a "package_data" argument to setup() to have those files included. Instead we have to add a "recursive-include" statement to the MANIFEST.in.
To post a comment you must log in.
review:
Approve
