Skip to content

Commit c183954

Browse files
authored
MAINT: fix the way to point to the license file (#492)
1 parent f6d3f0f commit c183954

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The MIT License (MIT)
1+
MIT License (MIT)
22

33
Copyright (C) 2021 Hugging Face Inc.
44

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

5+
[tool.hatch.metadata]
6+
license-files = ["LICENSE"]
7+
58
[tool.hatch.version]
69
path = "skops/__init__.py"
710

@@ -35,7 +38,6 @@ classifiers = [
3538
"Programming Language :: Python :: 3.13",
3639
"Programming Language :: Python :: Implementation :: CPython",
3740
]
38-
license = {file = "LICENSE"}
3941
dependencies = [
4042
"numpy>=1.25.0",
4143
"scipy>=1.10.0",

0 commit comments

Comments
 (0)