diff --git a/.fernignore b/.fernignore index f0e94816..9c297939 100644 --- a/.fernignore +++ b/.fernignore @@ -16,8 +16,9 @@ CHANGELOG.md src/auth0/authentication/ tests/authentication/ -# Root auth0 __init__.py +# Root auth0 __init__.py and py.typed marker src/auth0/__init__.py +src/auth0/py.typed # Telemetry customization (Auth0 format with dynamic versioning) src/auth0/management/core/client_wrapper.py diff --git a/src/auth0/py.typed b/src/auth0/py.typed new file mode 100644 index 00000000..e69de29b