-
Notifications
You must be signed in to change notification settings - Fork 101
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
2.0 wishlist #259
Comments
I would recommend holding off on this as it's not currently possible to migrate setuptools Currently |
Thanks for the heads up! I'm in no rush to push forward with a 2.0 release, so potentially we can just wait for upstream before we consider a 2.0 in that case. |
I think for embedding binaries in site-packages like in selenium we still may need to keep |
Just some tidy-ups I'd like to do whenever we get around to a next breaking release:
Optional[Sequence[str]]
arguments toRustExtension
to just beSequence[str] = ()
.RustExtension
.Binding.Exec
(just useRustBin
).RustExtension
except fortarget
to be passed as keywords (i.e. after*
separator).build_rust
subcommand (thesetup.py
entry point is deprecated, so no need to support it IMO)__init__.py
)The text was updated successfully, but these errors were encountered: