2 parents 0e60bcf + 3d7846e commit bfa6355Copy full SHA for bfa6355
1 file changed
pyproject.toml
@@ -6,15 +6,15 @@ build-backend = "flit_core.buildapi"
6
name = "idna"
7
description = "Internationalized Domain Names in Applications (IDNA)"
8
readme = "README.rst"
9
-license = {file = "LICENSE.md"}
+license = "BSD-3-Clause"
10
+license-files = ["LICENSE.md"]
11
authors = [
12
{name = "Kim Davies", email = "kim+pypi@gumleaf.org"}
13
]
14
classifiers = [
15
"Development Status :: 5 - Production/Stable",
16
"Intended Audience :: Developers",
17
"Intended Audience :: System Administrators",
- "License :: OSI Approved :: BSD License",
18
"Operating System :: OS Independent",
19
"Programming Language :: Python",
20
"Programming Language :: Python :: 3",
0 commit comments