diff --git a/Cargo.toml b/Cargo.toml index 5d3216f..5b6b7e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "pymath" version = "0.0.1" edition = "2024" +description = "A binary representation compatible Rust implementation of Python's math library." +license = "PSF-2.0" + [features] # Turning on this feature on aarch64-apple-darwin helps bit representation compatibility diff --git a/README.md b/README.md index d8a5009..be8aa44 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ pymath ====== -A bit-compatible Rust implementation of Python's math library. +A binary representation compatible Rust implementation of Python's math library. ## Overview