Skip to content

Commit b6dac30

Browse files
authored
Update pyproject.toml
1 parent f124e60 commit b6dac30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "django_custom_jsonfield"
77
license = {text = "MIT"}
8-
description = "Custom"
8+
description = "An extended JSON field for Django and DRF with validation support using jsonschema."
99
requires-python = ">=3.8"
1010
version = "1.2"
1111
dependencies = [
@@ -75,4 +75,4 @@ precision = 2
7575
exclude_lines = [
7676
"pragma: no cover",
7777
"raise NotImplementedError",
78-
]
78+
]

0 commit comments

Comments
 (0)