Skip to content

Commit 82d4f15

Browse files
authored
Switch to file reference for license
1 parent 3c326b6 commit 82d4f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description="Compute, store and operate on data sketches"
88
readme = "README.md"
99
requires-python = ">=3.8"
1010
keywords = ["data", "sketch", "model", "etl", "automatic", "join", "ai", "embedding", "profiling"]
11-
license = {text = "MIT"}
11+
license = {file = "LICENSE"}
1212
classifiers = [
1313
"Programming Language :: Python :: 3",
1414
]
@@ -41,4 +41,4 @@ python =
4141
[testenv]
4242
deps= -rdev-requirements.txt
4343
commands = python -m pytest tests
44-
"""
44+
"""

0 commit comments

Comments
 (0)