rename to html_cleanup

This commit is contained in:
2023-11-28 10:40:54 +01:00
parent e69e1e3cc9
commit 37655ad6f5
20 changed files with 147 additions and 23 deletions

View File

@@ -23,9 +23,9 @@ tests_require = [
]
setup(
name='cleanup_html',
name='html_cleanup',
version='0.0',
description='cleanup_html',
description='html_cleanup',
long_description=README + '\n\n' + CHANGES,
classifiers=[
'Programming Language :: Python',
@@ -46,7 +46,7 @@ setup(
install_requires=requires,
entry_points={
'paste.app_factory': [
'main = cleanup_html:main',
'main = html_cleanup:main',
],
},
)