We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f568991 commit 30112f1Copy full SHA for 30112f1
pyproject.toml
@@ -6,7 +6,7 @@ requires = ["setuptools>=75.3.2"]
6
[project]
7
name = "django-xml"
8
description = "Provides an abstraction to lxml's XPath and XSLT functionality in a manner resembling django database models"
9
-license = "BSD-2-Clause"
+license = { text = "BSD-2-Clause" }
10
authors = [{ name = "The Atlantic", email = "programmers@theatlantic.com" }]
11
requires-python = ">=3.7"
12
classifiers = [
0 commit comments