diff --git a/setup.py b/setup.py index a25506b..763b2e6 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2007-2023 The Wazo Authors (see the AUTHORS file) +# Copyright 2007-2024 The Wazo Authors (see the AUTHORS file) # SPDX-License-Identifier: GPL-3.0-or-later from setuptools import find_packages, setup @@ -12,4 +12,5 @@ author_email='dev@wazo.community', url='http://wazo.community', packages=find_packages(), + package_data={'xivo': ['py.typed']}, ) diff --git a/xivo/py.typed b/xivo/py.typed new file mode 100644 index 0000000..e69de29