blob: 68cda192cbf10c4b569de75ed1ef1b4a0f3996f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- pyproject.toml.orig 2025-05-07 07:54:51 UTC
+++ pyproject.toml
@@ -8,8 +8,7 @@ readme = "README.md"
maintainers = [{name = "Dan Braghis", email="dan.braghis@torchbox.com"}]
description = "Translation plugin for Wagtail CMS"
readme = "README.md"
-license = "BSD-3-Clause"
-license-files = [ "LICENSE" ]
+license = { file = "LICENSE" }
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
|