Skip to content

Commit

Permalink
Merge pull request #3 from maykinmedia/features/update-toml
Browse files Browse the repository at this point in the history
update toml
  • Loading branch information
Floris272 authored Jan 15, 2025
2 parents 37658b8 + fabb37b commit 8551890
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 8551890

Please sign in to comment.