Skip to content

Commit 7a64e88

Browse files
Merge pull request #5 from SaridakisStamatisChristos/codex/update-license-entry-in-pyproject.toml
Reference LICENSE file in package metadata
2 parents 58898e5 + 98a3088 commit 7a64e88

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
@@ -7,7 +7,7 @@ name = "sudoku-dlx-bitset"
77
version = "0.1.0"
88
description = "Fast Sudoku DLX (Algorithm X) with Python bitsets; generator for minimal unique puzzles."
99
readme = "README.md"
10-
license = { text = "MIT" }
10+
license = { file = "LICENSE" }
1111
authors = [{ name = "Stamatis-Christos Saridakis" }]
1212
requires-python = ">=3.10"
1313
dependencies = []

0 commit comments

Comments
 (0)