Skip to content

Commit c3b88e4

Browse files
committed
Add license and license-files to pyproject.toml
1 parent 09d2555 commit c3b88e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ version = "2.0.0"
44
readme = "README.md"
55
description = "Pushpad API: web push notifications"
66
authors = [{ name = "Pushpad", email = "support@pushpad.xyz" }]
7-
license = { text = "MIT" }
7+
license = "MIT"
8+
license-files = ["LICENSE.txt"]
89
keywords = ["pushpad", "api", "web", "push", "notifications"]
910
requires-python = ">=3.10"
1011
classifiers = [

0 commit comments

Comments
 (0)