We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4d4a7 commit 44b25b9Copy full SHA for 44b25b9
pyproject.toml
@@ -7,7 +7,8 @@ authors = [
7
description = "Sphinx utility that make it easy to translate and to apply translation."
8
readme = "README.rst"
9
requires-python = ">=3.9"
10
-license = {file = "LICENSE"}
+license = "BSD-2-Clause"
11
+license-files = ["LICENSE"]
12
dependencies = [
13
"click>=8.0.0",
14
"babel>=2.9.0",
@@ -16,7 +17,6 @@ dependencies = [
16
17
classifiers = [
18
"Development Status :: 5 - Production/Stable",
19
"Environment :: Console",
- "License :: OSI Approved :: BSD License",
20
"Topic :: Documentation",
21
"Topic :: Documentation :: Sphinx",
22
"Topic :: Software Development",
0 commit comments