Skip to content

Commit

Permalink
Build atrifacts now contain all test files
Browse files Browse the repository at this point in the history
Fixes: #15
  • Loading branch information
frenzymadness committed Aug 30, 2024
1 parent cbb88d9 commit 49d6417
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ lxml_html_clean changelog
Unreleased
==========

0.2.2 (2024-08-30)
==================

Bugs fixed
----------

* sdist now includes all test files.

0.2.1 (2024-08-29)
==================

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include tests *.txt *.py
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 49d6417

Please sign in to comment.