Skip to content

Commit 30112f1

Browse files
committed
chore: fix pyproject license
1 parent f568991 commit 30112f1

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
@@ -6,7 +6,7 @@ requires = ["setuptools>=75.3.2"]
66
[project]
77
name = "django-xml"
88
description = "Provides an abstraction to lxml's XPath and XSLT functionality in a manner resembling django database models"
9-
license = "BSD-2-Clause"
9+
license = { text = "BSD-2-Clause" }
1010
authors = [{ name = "The Atlantic", email = "programmers@theatlantic.com" }]
1111
requires-python = ">=3.7"
1212
classifiers = [

0 commit comments

Comments
 (0)