-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
Just some tidy-ups I'd like to do whenever we get around to a next breaking release:
- Change
Optional[Sequence[str]]arguments toRustExtensionto just beSequence[str] = (). - Remove deprecated options to
RustExtension. - Remove
Binding.Exec(just useRustBin). - Require all arguments to
RustExtensionexcept fortargetto be passed as keywords (i.e. after*separator). - Remove
build_rustsubcommand (thesetup.pyentry point is deprecated, so no need to support it IMO) - Remove version.py (just set the corresponding values in
__init__.py)
Metadata
Metadata
Assignees
Labels
No labels