Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Remove broken author email; rename project to typed_ast (underscore!) #120
Conversation
|
Will changing the name break downstream users? |
Not for wheel users -- the wheels already are named I dunno how to test this, but currently |
|
OK, let's do it
…On Tue, Jun 4, 2019, 14:10 Guido van Rossum ***@***.***> wrote:
Will changing the name break downstream users?
Not for wheel users -- the wheels *already* are named typed_ast-*.
I dunno how to test this, but currently pip install --no-binary=all works
with either typed-ast or typed_ast. On pypi, currently typed_ast
redirects to typed-ast; I assume that after the change it will be the
other way around. I'm not sure how to test further without risking a
premature release. Post-release it should be easy to test and we can
disable the release if it's broken.
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#120?email_source=notifications&email_token=AACTC7KFRVDNXNHDJOR3OJDPY3K4HA5CNFSM4HTCVTOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW54KXY#issuecomment-498845023>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACTC7PROK57JF3ZREDRV6DPY3K4HANCNFSM4HTCVTOA>
.
|
Fixes #115