Skip to content

Commit 8551890

Browse files
authored
Merge pull request #3 from maykinmedia/features/update-toml
update toml
2 parents 37658b8 + fabb37b commit 8551890

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "django-json-schema"
77
version = "0.1.0"
8-
description = "TODO"
8+
description = "JSON schema model for django."
99
authors = [
1010
{name = "Maykin Media", email = "[email protected]"}
1111
]
1212
readme = "README.rst"
1313
license = {file = "LICENSE"}
14-
keywords = ["TODO"]
14+
keywords = ["django", "json schema"]
1515
classifiers = [
1616
"Development Status :: 3 - Alpha",
1717
"Framework :: Django",
@@ -33,7 +33,6 @@ dependencies = [
3333

3434
[project.urls]
3535
Homepage = "https://github.com/maykinmedia/django_json_schema"
36-
Documentation = "http://django_json_schema.readthedocs.io/en/latest/"
3736
"Bug Tracker" = "https://github.com/maykinmedia/django_json_schema/issues"
3837
"Source Code" = "https://github.com/maykinmedia/django_json_schema"
3938

0 commit comments

Comments
 (0)