Skip to content

Commit d5a6971

Browse files
committed
chore: include py.typed in MANIFEST.in and setup.py for type hinting support
1 parent 950440f commit d5a6971

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
include runpod/py.typed
12
include runpod/serverless/binaries/gpu_test
23
include runpod/serverless/binaries/README.md
34
include build_tools/gpu_test.c

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
2-
addopts = --durations=10 --cov-config=pyproject.toml --timeout=120 --timeout_method=thread --cov=runpod --cov-report=xml --cov-report=term-missing --cov-fail-under=90 -W error -W ignore::DeprecationWarning:backoff._decorator -p no:cacheprovider -p no:unraisableexception
2+
addopts = --durations=10 --cov-config=pyproject.toml --timeout=120 --timeout_method=thread --cov=runpod --cov-report=xml --cov-report=term-missing --cov-fail-under=90 -W error -W ignore::DeprecationWarning:backoff\._decorator -p no:cacheprovider -p no:unraisableexception
33
python_files = tests.py test_*.py *_test.py
44
norecursedirs = venv *.egg-info .git build tests/e2e
55
asyncio_mode = auto

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
include_package_data=True,
6060
package_data={
6161
"runpod": [
62+
"py.typed",
6263
"serverless/binaries/gpu_test",
6364
"serverless/binaries/README.md",
6465
]

0 commit comments

Comments
 (0)