We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f124e60 commit b6dac30Copy full SHA for b6dac30
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "django_custom_jsonfield"
7
license = {text = "MIT"}
8
-description = "Custom"
+description = "An extended JSON field for Django and DRF with validation support using jsonschema."
9
requires-python = ">=3.8"
10
version = "1.2"
11
dependencies = [
@@ -75,4 +75,4 @@ precision = 2
75
exclude_lines = [
76
"pragma: no cover",
77
"raise NotImplementedError",
78
-]
+]
0 commit comments