We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d3f0f commit c183954Copy full SHA for c183954
LICENSE
@@ -1,4 +1,4 @@
1
-The MIT License (MIT)
+MIT License (MIT)
2
3
Copyright (C) 2021 Hugging Face Inc.
4
pyproject.toml
@@ -2,6 +2,9 @@
requires = ["hatchling"]
build-backend = "hatchling.build"
5
+[tool.hatch.metadata]
6
+license-files = ["LICENSE"]
7
+
8
[tool.hatch.version]
9
path = "skops/__init__.py"
10
@@ -35,7 +38,6 @@ classifiers = [
35
38
"Programming Language :: Python :: 3.13",
36
39
"Programming Language :: Python :: Implementation :: CPython",
37
40
]
-license = {file = "LICENSE"}
41
dependencies = [
42
"numpy>=1.25.0",
43
"scipy>=1.10.0",
0 commit comments