Merge lp:~tseaver/subunit/add_distutils_support into lp:~subunit/subunit/trunk
Proposed by
Tres Seaver
Status: | Merged |
---|---|
Merged at revision: | 128 |
Proposed branch: | lp:~tseaver/subunit/add_distutils_support |
Merge into: | lp:~subunit/subunit/trunk |
Diff against target: |
87 lines (+78/-0) 2 files modified
MANIFEST.in (+20/-0) setup.py (+58/-0) |
To merge this branch: | bzr merge lp:~tseaver/subunit/add_distutils_support |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Collins | Approve | ||
Review via email:
|
Description of the change
The setup.py and MANTIFEST.in combine to create an 'sdist' which can by installed
in a virtualenv / buildout.
The scripts in 'filters/' get installed as well, with their shebangs adjusted (but
adjusted only when installed via setuptools -- distutils doesn't have that feature).
To post a comment you must log in.
Thanks, I've merged it; its about what I expected :/, but I understand the need. I appreciate your offer to help in the future, and I'll certainly take you up on that.