Skip to content

Commit 0d24370

Browse files
committed
feat(commons): enable type check
1 parent 8a96d95 commit 0d24370

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

allure-python-commons/allure/py.typed

Whitespace-only changes.

allure-python-commons/allure_commons/py.typed

Whitespace-only changes.

allure-python-commons/setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ def main():
5050
long_description=get_readme("README.md"),
5151
long_description_content_type="text/markdown",
5252
packages=["allure_commons", "allure"],
53+
package_data={
54+
"allure": ["py.typed"],
55+
"allure_commons": ["py.typed"],
56+
},
5357
install_requires=install_requires,
5458
python_requires=">=3.6"
5559
)

0 commit comments

Comments
 (0)