Skip to content

Commit 253789a

Browse files
Copilotmrecachinas
andcommitted
Fix license configuration in pyproject.toml to resolve twine check error
Co-authored-by: mrecachinas <924243+mrecachinas@users.noreply.github.com>
1 parent d4695b7 commit 253789a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "hexhamming"
77
dynamic = ["version"]
88
description = "Fast Hamming distance calculation for hexadecimal strings"
99
readme = "README.rst"
10-
license = {text = "MIT"}
10+
license = {file = "LICENSE"}
1111
authors = [
1212
{name = "Michael Recachinas", email = "m.recachinas@gmail.com"}
1313
]

0 commit comments

Comments
 (0)