polkascan / py-bip39-bindings

Python bindings for tiny-bip39 RUST crate
Apache License 2.0
4 stars 8 forks source link

Specify metadata in pyproject.toml #12

Closed dotlambda closed 1 year ago

dotlambda commented 1 year ago

I get the following build failure:

⚠️  Warning: the following metadata fields in `package.metadata.maturin` section of Cargo.toml are removed since maturin 0.14.0: classifier, maintainer, maintainer-email, please set them in pyproject.toml as PEP 621 specifies.
arjanz commented 1 year ago

I've updated the project to work with the latest version of maturin and py03, that should solve this issue..