build: 更新设置
This commit is contained in:
parent
0e7fc623b4
commit
e1f9901384
|
|
@ -16,18 +16,17 @@ 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 = ["."]
|
||||
|
|
|
|||
Loading…
Reference in New Issue