-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Consider switching to setuptools #482
Comments
Might it be time to re-evaluate this? I was sitting down to work on the bytes interpolation bug and I ran |
This is actually in the works by means of PR #2452. Currently blocked on somebody testing the PR on Windows. |
As it would happen I dual boot, so I can check on my Windows part. |
That would be great. Can you build a distro under Linux and then test on
Windows? Be sure to test that it actually type checks some code and
produces some expected errors.
…--Guido (mobile)
On Dec 22, 2016 11:38 AM, "Ethan" ***@***.***> wrote:
As it would happen I dual boot, so I can check on my Windows part.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#482 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACwrMs4DcDCx6-veIvCmbZxqznLBm4K0ks5rKtG4gaJpZM4CzBHS>
.
|
Of course. Probably can't do that now, but will make sure to do it today. |
We are now using setuptools, so this can be closed. |
Switching to setuptools could have benefits, but it's not obvious how to do it because mypy has .py files as data.
This pull request contains more discussion:
#346
The text was updated successfully, but these errors were encountered: