Skip to content

Commit

Permalink
[Build] Add py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Jun 27, 2024
1 parent ea7f348 commit ba59ffc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Usage questions
url: https://github.com/mindee/doctr/discussions
about: Ask questions and discuss with other docTR community members
url: https://github.com/felixdittrich92/OnnxTR/discussions
about: Ask questions and discuss with other OnnxTR community members
Empty file added onnxtr/py.typed
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ zip-safe = true
exclude = ["docs*", "tests*", "scripts*"]

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

[tool.mypy]
files = "onnxtr/"
Expand Down

0 comments on commit ba59ffc

Please sign in to comment.