Skip to content

Commit 3072b8f

Browse files
tiranrlouf
authored andcommitted
Include SPDX license info in project metadata
A license entry in the project metadata makes it easier to detect the license of a project. Before: ```shell $ pip install pip-licenses outlines $ pip-licenses | grep outlines outlines 0.0.46 UNKNOWN ``` After: ```shell $ pip install . $ pip-licenses | grep outlines outlines 0.0.47.dev43+g8b78f5d Apache-2.0 ``` Signed-off-by: Christian Heimes <[email protected]>
1 parent 5e8f770 commit 3072b8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name = "outlines"
77
authors= [{name = "Outlines Developers"}]
88
description = "Probabilistic Generative Model Programming"
99
requires-python = ">=3.8"
10+
license = {text = "Apache-2.0"}
1011
keywords=[
1112
"machine learning",
1213
"deep learning",

0 commit comments

Comments
 (0)