Skip to content

Commit 98634d6

Browse files
committed
fix license handling
1 parent 012904a commit 98634d6

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
@@ -7,7 +7,7 @@ name = "Flask-PyMongo"
77
dynamic = ["version"]
88
description = "PyMongo support for Flask applications"
99
readme = "README.md"
10-
license = "BSD"
10+
license = { file="LICENSE" }
1111
requires-python = ">=3.9"
1212
authors = [
1313
{ name = "Dan Crosta", email = "dcrosta@late.am" },

0 commit comments

Comments
 (0)