Merge lp://staging/~wes-turner/pydoctor/setuptools into lp://staging/~mwhudson/pydoctor/dev
Proposed by
Wes Turner
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~wes-turner/pydoctor/setuptools |
Merge into: | lp://staging/~mwhudson/pydoctor/dev |
Diff against target: |
67 lines (+14/-16) 3 files modified
bin/pydoctor (+0/-12) pydoctor/driver.py (+4/-0) setup.py (+10/-4) |
To merge this branch: | bzr merge lp://staging/~wes-turner/pydoctor/setuptools |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Hudson-Doyle | Pending | ||
Review via email: mp+35221@code.staging.launchpad.net |
Description of the change
Switches from bare distutils to setuptools for install_requires and console_script entry_points to add support for things like "pip install -e bzr+lp:pydoctor" (Test: "python setup.py develop").
Not sure what the packaging requirements are. Just added this while installing this evening and thought I'd share.
To post a comment you must log in.
Unmerged revisions
- 566. By wturner <wturner@wrk>
-
Migrating setup.py to setuptools. Adding install_requires, a console_script entry_point, and (presumably?) updating the project URL.