From 81af4ad0501609c29f922ffc7b93e0dd74e19972 Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Tue, 22 Apr 2025 13:42:30 +0900 Subject: [PATCH] publich preparation --- Cargo.toml | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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