Skip to content

Commit

Permalink
Add clean method
Browse files Browse the repository at this point in the history
  • Loading branch information
Floris272 committed Jan 15, 2025
1 parent 34a9eb4 commit fabb37b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "django-json-schema"
version = "0.1.0"
description = "TODO"
description = "JSON schema model for django."
authors = [
{name = "Maykin Media", email = "[email protected]"}
]
readme = "README.rst"
license = {file = "LICENSE"}
keywords = ["TODO"]
keywords = ["django", "json schema"]
classifiers = [
"Development Status :: 3 - Alpha",
"Framework :: Django",
Expand All @@ -33,7 +33,6 @@ dependencies = [

[project.urls]
Homepage = "https://github.com/maykinmedia/django_json_schema"
Documentation = "http://django_json_schema.readthedocs.io/en/latest/"
"Bug Tracker" = "https://github.com/maykinmedia/django_json_schema/issues"
"Source Code" = "https://github.com/maykinmedia/django_json_schema"

Expand Down

0 comments on commit fabb37b

Please sign in to comment.