Skip to content

Commit 3eae67a

Browse files
adamjstewartqubvel
andauthored
setuptools: adopt PEP 639 license metadata (#1280)
* setuptools: adopt PEP 639 license metadata Signed-off-by: Adam J. Stewart <ajstewart426@gmail.com> * Remove deprecated license identifier Signed-off-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Signed-off-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Pavel Iakubovskii <qubvel@gmail.com>
1 parent a795760 commit 3eae67a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[build-system]
2-
requires = ['setuptools>=61']
2+
requires = ['setuptools>=77']
33
build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'segmentation_models_pytorch'
77
description = 'Image segmentation models with pre-trained backbones. PyTorch.'
88
readme = 'README.md'
99
requires-python = '>=3.10'
10-
license = {file = 'LICENSE'}
10+
license = "MIT"
11+
license-files = ["LICENSE"]
1112
authors = [{name = 'Pavel Iakubovskii', email = 'qubvel@gmail.com'}]
1213
classifiers = [
13-
'License :: OSI Approved :: MIT License',
1414
'Programming Language :: Python',
1515
'Programming Language :: Python :: 3',
1616
'Programming Language :: Python :: Implementation :: CPython',

0 commit comments

Comments
 (0)