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