added id in tag

This commit is contained in:
Phuoc Cao
2025-12-20 11:38:47 +01:00
parent 76f840b48c
commit 785f69b59b
2 changed files with 23 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ requires = [
'pyramid_jinja2',
'pyramid_debugtoolbar',
'python-magic',
'html',
'html3',
'charset_normalizer',
'waitress',
]
@@ -27,7 +27,7 @@ tests_require = [
setup(
name='html_cleanup',
version='1.0',
version='1.1',
description='html_cleanup',
long_description=README + '\n\n' + CHANGES,
classifiers=[