Skip to content

Commit 0d1a6e1

Browse files
committed
sdist now includes all test files and changelog
Fixes: #15
1 parent cbb88d9 commit 0d1a6e1

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ lxml_html_clean changelog
66
Unreleased
77
==========
88

9+
0.2.2 (2024-08-30)
10+
==================
11+
12+
Bugs fixed
13+
----------
14+
15+
* sdist now includes all test files and changelog.
16+
917
0.2.1 (2024-08-29)
1018
==================
1119

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
recursive-include tests *.txt *.py
2+
include tox.ini
3+
include CHANGES.rst

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = lxml_html_clean
3-
version = 0.2.1
3+
version = 0.2.2
44
description = HTML cleaner from lxml project
55
long_description = file:README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)