From 48ede4abe0cad2373476006b603f7c3bfaf09c1b Mon Sep 17 00:00:00 2001 From: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:05:04 -0500 Subject: [PATCH] Revert "Update pyproject.toml" This reverts commit d23be94a5a20eed244a1ee12c199df967a3e42bf. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 955d9f8c9..6833d578c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "k-bit optimizers and matrix multiplication routines." authors = [{name="Tim Dettmers", email="dettmers@cs.washington.edu"}] requires-python = ">=3.8" readme = "README.md" -license = "MIT" +license = {file="LICENSE"} keywords = [ "gpu", "optimizers",