From e1f99013840d9b309d3865335e62fea9cddf0d7f Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Mon, 30 Mar 2026 21:44:50 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f2b5e2c..2e89daf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,24 +16,23 @@ dependencies = [ "safetensors==0.5.3", "huggingface-hub==0.34.3", ] - -[project.optional-dependencies] -dev = ["pytest==9.0.2"] - keywords = ["nlp", "datasets", "language-models", "machine-learning"] -license = ["GPL-3.0"] +license = { text = "GPL-3.0" } classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GPL-3.0", "Operating System :: OS Independent", ] -urls = { Homepage = "https://github.com/khaosz/khaosz" } +urls = { Homepage = "https://github.com/ViperEkura/KHAOSZ" } + +[project.optional-dependencies] +dev = ["pytest==9.0.2"] [tool.setuptools.packages.find] where = ["."] [tool.pip] -extra-index-url = "https://download.pytorch.org/whl/cu126" +extra-index-url = "https://download.pytorch.org/whl/cu126" [tool.setuptools.dynamic] version = { attr = "khaosz.__version__" } \ No newline at end of file