Skip to content

Commit 64a0f3b

Browse files
authored
Fix license in pyproject.toml (#71)
Very small fix.
1 parent 694914f commit 64a0f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ version = "1.1.0"
6969
description = "A web service for scanning media hosted by a Matrix media repository"
7070
authors = ["Element Backend Team <[email protected]>"]
7171
readme = "README.md"
72-
license = "AGPL-3.0-only"
72+
license = "AGPL-3.0-only OR LicenseRef-Element-Commercial"
7373
# Python version and licence classifiers are set automatically by Poetry
7474
classifiers = []
7575
include = [

0 commit comments

Comments
 (0)