From f7d7e9505bf705ce4f6154ff61c2a5237839a6fe Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Fri, 30 Aug 2024 10:59:25 +0200 Subject: [PATCH] Build atrifacts now contain all test files Fixes: https://github.com/fedora-python/lxml_html_clean/issues/15 --- CHANGES.rst | 8 ++++++++ setup.cfg | 8 ++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 06be353..702cb64 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,14 @@ lxml_html_clean changelog Unreleased ========== +0.2.2 (2024-08-30) +================== + +Bugs fixed +---------- + +* Build artifacts now include all test files. + 0.2.1 (2024-08-29) ================== diff --git a/setup.cfg b/setup.cfg index 7a9cd98..09aacf3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = lxml_html_clean -version = 0.2.1 +version = 0.2.2 description = HTML cleaner from lxml project long_description = file:README.md long_description_content_type = text/markdown @@ -24,6 +24,10 @@ classifiers = [options] packages = - lxml_html_clean + find: install_requires = lxml + +[options.package_data] +tests = + *.txt