Skip to content

Commit e520568

Browse files
committed
🔧 add license to pyproject.toml
1 parent da6d92f commit e520568

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "vue-ssr"
33
version = "0.1.0"
44
description = "Render Vue components on the server side"
55
readme = "README.md"
6+
license = { file = "LICENSE" }
67
requires-python = ">=3.11"
78
dependencies = ["requests>=2.0.0", "requests-unixsocket>=0.4.1"]
89

0 commit comments

Comments
 (0)