Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix renaming of mkbranch to make-branch. #7

Closed
wants to merge 1 commit into from

Conversation

adiroiban
Copy link
Member

Problem

It looks like mkbranch script was renamed to make-branch but there was no update in setup.py and readme

Running pip install -e . will get something like

    Adding twisted-dev-tools 0.0.2 to easy-install.pth file
    Installing force-build script to /home/adi/chevah/twisted/build/bin
    error: [Errno 2] No such file or directory: '/home/adi/chevah/twisted-dev-tools/bin/mkbranch'

Why we got this

Nobody bother to see if master can still be installed.

Changes

Update setup.py and readme

How to test

In a virtualenv, run pip install -e /path/to/you/dev-tools/clone You should see that package is successfully installed.

Please let me know if I did something wrong :) Thanks!

@thijstriemstra
Copy link
Contributor

This is a duplicate of #4

@glyph
Copy link
Member

glyph commented Feb 7, 2015

It is indeed a duplicate of #4.

@glyph glyph closed this Feb 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants