From 45c443b316737a4ab6e40413d7794a7f5657c19f Mon Sep 17 00:00:00 2001 From: Stephan Auerhahn Date: Wed, 26 Jul 2023 11:14:23 -0700 Subject: [PATCH] Fix license-files setting for project (#71) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 93d00c8..2cc5021 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "sgm" dynamic = ["version"] description = "Stability Generative Models" readme = "README.md" -license-files = { paths = ["LICENSE"] } +license-files = { paths = ["LICENSE-CODE"] } requires-python = ">=3.8" [project.urls] @@ -45,4 +45,4 @@ test-inference = [ "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", "pip install -r requirements/pt2.txt", "pytest -v tests/inference/test_inference.py {args}", -] \ No newline at end of file +]