Skip to content

Commit 45c443b

Browse files
authored
Fix license-files setting for project (#71)
1 parent dea6059 commit 45c443b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "sgm"
77
dynamic = ["version"]
88
description = "Stability Generative Models"
99
readme = "README.md"
10-
license-files = { paths = ["LICENSE"] }
10+
license-files = { paths = ["LICENSE-CODE"] }
1111
requires-python = ">=3.8"
1212

1313
[project.urls]
@@ -45,4 +45,4 @@ test-inference = [
4545
"pip install torch==2.0.1+cu118 torchvision==0.15.2+cu118 torchaudio==2.0.2+cu118 --index-url https://download.pytorch.org/whl/cu118",
4646
"pip install -r requirements/pt2.txt",
4747
"pytest -v tests/inference/test_inference.py {args}",
48-
]
48+
]

0 commit comments

Comments
 (0)