diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 95a60bd..87e4aa1 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 \ No newline at end of file + url: https://github.com/felixdittrich92/OnnxTR/discussions + about: Ask questions and discuss with other OnnxTR community members \ No newline at end of file diff --git a/onnxtr/py.typed b/onnxtr/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index d213f20..fe7ba57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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/"