Skip to content

Commit 5dcf072

Browse files
committed
update package desctiption
1 parent 4077e5f commit 5dcf072

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[package]
22
name = "pymath"
3+
author = "Jeong, YunWon <[email protected]>"
4+
repository = "https://github.com/RustPython/pymath"
5+
description = "A binary representation compatible Rust implementation of Python's math library."
36
version = "0.1.0"
47
edition = "2024"
5-
description = "A binary representation compatible Rust implementation of Python's math library."
68
license = "PSF-2.0"
79

810

0 commit comments

Comments
 (0)