Skip to content

Commit

Permalink
Merge pull request #86 from intgr/fix-missing-pytyped-file
Browse files Browse the repository at this point in the history
  • Loading branch information
oxan committed Sep 4, 2023
2 parents 21985cc + a3736fb commit 9b27756
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ Documentation = "https://github.com/oxan/djangorestframework-dataclasses/blob/ma
Changelog = "https://github.com/oxan/djangorestframework-dataclasses/blob/master/CHANGELOG.rst"
Sponsor = "https://github.com/sponsors/oxan"

[tool.setuptools.package-data]
"rest_framework_dataclasses" = ["py.typed"]

[tool.coverage.run]
branch = true
source = ["rest_framework_dataclasses"]
Expand Down

0 comments on commit 9b27756

Please sign in to comment.