Add instructions to github.txt - #10730
Conversation
|
@doctoryes @macdiesel @cpennington @jcdyer @dan-f @clintonb @feanil I think I've talked with each of you about bits of this. Feedback welcome: how can I make this clearer? |
|
👍 |
There was a problem hiding this comment.
Presumably letting VERSION=0.0 reach master would be a Bad Idea(TM), as it would force everyone to reinstall every single time. Maybe include a note to this effect?
|
Excellent guidance! 👍 |
|
I like this a lot. |
6c62d6d to
fc875b1
Compare
|
@jcdyer good points, I've added a bit to deal with both of them. |
|
👍 |
1 similar comment
|
👍 |
|
@nedbat I am also curious about the "don't use -e" rule. |
|
@dan-f I resisted putting in all the reasons. -e lets us be lazy and get our setup.py files wrong. We'd rather not get them wrong. Forbidding -e means that when we write the setup.py, it will get used fully, and we will find out about problems sooner. |
No description provided.