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 toRustExtension
to just beSequence[str] = ()
. - Remove deprecated options to
RustExtension
. - Remove
Binding.Exec
(just useRustBin
). - Require all arguments to
RustExtension
except fortarget
to be passed as keywords (i.e. after*
separator). - Remove
build_rust
subcommand (thesetup.py
entry 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