Skip to content

Commit a545700

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

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,6 @@ name = "hexhamming"
77
dynamic = ["version"]
88
description = "Fast Hamming distance calculation for hexadecimal strings"
99
readme = "README.rst"
10-
license = {file = "LICENSE"}
1110
authors = [
1211
{name = "Michael Recachinas", email = "m.recachinas@gmail.com"}
1312
]
@@ -32,6 +31,7 @@ dev = [
3231

3332
[tool.setuptools]
3433
zip-safe = false
34+
license-files = ["LICENSE"]
3535

3636
[tool.setuptools.packages.find]
3737
include = ["hexhamming*"]

0 commit comments

Comments
 (0)