Skip to content

Commit 026de09

Browse files
fix: rename pyproject.toml readme filename (fixed #3)
1 parent 7bf2a34 commit 026de09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "bk-crypto-python-sdk"
33
version = "1.0.0"
44
description = "BlueKing crypto-python-sdk is a lightweight cryptography toolkit for Python applications based on Cryptodome / tongsuopy and other encryption libraries. It provides a unified encryption and decryption implementation, making it easy for projects to seamlessly switch between different encryption methods without any intrusion."
55
authors = ["TencentBlueKing <[email protected]>"]
6-
readme = "README.md"
6+
readme = "readme.md"
77
packages = [
88
{ include = "bkcrypto" },
99
]

0 commit comments

Comments
 (0)