From d31925612ff12344deaa54ca21c8354d5ca95e77 Mon Sep 17 00:00:00 2001 From: Serhij Andreev Date: Wed, 27 Sep 2023 01:51:13 +0300 Subject: [PATCH] update setu.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7e02318..2801429c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ python_requires=">=2.7", package_dir={'standards': '.'}, package_data={ - 'standards': glob("*/**/*.json", recursive=True) + glob("*/**/*.html", recursive=True) + 'standards': glob("*/**/*.json", recursive=True) }, packages=["standards"], include_package_data=True,