Skip to content

Commit b2c165a

Browse files
authored
Fix licence filename in metadata (#100)
2 parents 0c7c034 + c56a313 commit b2c165a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords = [
2020
"terminal",
2121
]
2222
license = "MIT"
23-
license-files = [ "LICENSE.txt" ]
23+
license-files = [ "COPYING.txt" ]
2424
maintainers = [ { name = "Hugo van Kemenade" } ]
2525
authors = [ { name = "Konstantin Lepa", email = "[email protected]" } ]
2626
requires-python = ">=3.9"

0 commit comments

Comments
 (0)