Skip to content

Commit 44b25b9

Browse files
committed
1 parent cd4d4a7 commit 44b25b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ authors = [
77
description = "Sphinx utility that make it easy to translate and to apply translation."
88
readme = "README.rst"
99
requires-python = ">=3.9"
10-
license = {file = "LICENSE"}
10+
license = "BSD-2-Clause"
11+
license-files = ["LICENSE"]
1112
dependencies = [
1213
"click>=8.0.0",
1314
"babel>=2.9.0",
@@ -16,7 +17,6 @@ dependencies = [
1617
classifiers = [
1718
"Development Status :: 5 - Production/Stable",
1819
"Environment :: Console",
19-
"License :: OSI Approved :: BSD License",
2020
"Topic :: Documentation",
2121
"Topic :: Documentation :: Sphinx",
2222
"Topic :: Software Development",

0 commit comments

Comments
 (0)