File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ build-backend = "setuptools.build_meta"
5
5
[project ]
6
6
name = " django-json-schema"
7
7
version = " 0.1.0"
8
- description = " TODO "
8
+ description = " JSON schema model for django. "
9
9
authors = [
10
10
{
name =
" Maykin Media" ,
email =
" [email protected] " }
11
11
]
12
12
readme = " README.rst"
13
13
license = {file = " LICENSE" }
14
- keywords = [" TODO " ]
14
+ keywords = [" django " , " json schema " ]
15
15
classifiers = [
16
16
" Development Status :: 3 - Alpha" ,
17
17
" Framework :: Django" ,
@@ -33,7 +33,6 @@ dependencies = [
33
33
34
34
[project .urls ]
35
35
Homepage = " https://github.com/maykinmedia/django_json_schema"
36
- Documentation = " http://django_json_schema.readthedocs.io/en/latest/"
37
36
"Bug Tracker" = " https://github.com/maykinmedia/django_json_schema/issues"
38
37
"Source Code" = " https://github.com/maykinmedia/django_json_schema"
39
38
You can’t perform that action at this time.
0 commit comments