Skip to content

Commit

Permalink
Merge pull request #40 from surenkov/39-pep-561-compliance
Browse files Browse the repository at this point in the history
Add `py.typed` marker
  • Loading branch information
surenkov authored Jan 2, 2024
2 parents ae8e173 + 78b42f1 commit afe249d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Empty file added django_pydantic_field/py.typed
Empty file.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "django-pydantic-field"
version = "0.2.12"
version = "0.2.13"
description = "Django JSONField with Pydantic models as a Schema"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down Expand Up @@ -74,9 +74,6 @@ Documentation = "https://github.com/surenkov/django-pydantic-field"
Source = "https://github.com/surenkov/django-pydantic-field"
Changelog = "https://github.com/surenkov/django-pydantic-field/releases"

[tool.setuptools]
packages = ["django_pydantic_field"]

[tool.mypy]
plugins = [
"mypy_django_plugin.main",
Expand Down

0 comments on commit afe249d

Please sign in to comment.