Skip to content

Commit bfa6355

Browse files
authored
Merge pull request #202 from SpecLad/pep-639
Convert the license metadata to the PEP 639 format
2 parents 0e60bcf + 3d7846e commit bfa6355

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ build-backend = "flit_core.buildapi"
66
name = "idna"
77
description = "Internationalized Domain Names in Applications (IDNA)"
88
readme = "README.rst"
9-
license = {file = "LICENSE.md"}
9+
license = "BSD-3-Clause"
10+
license-files = ["LICENSE.md"]
1011
authors = [
1112
{name = "Kim Davies", email = "kim+pypi@gumleaf.org"}
1213
]
1314
classifiers = [
1415
"Development Status :: 5 - Production/Stable",
1516
"Intended Audience :: Developers",
1617
"Intended Audience :: System Administrators",
17-
"License :: OSI Approved :: BSD License",
1818
"Operating System :: OS Independent",
1919
"Programming Language :: Python",
2020
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)