rename to html_cleanup
This commit is contained in:
6
setup.py
6
setup.py
@@ -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',
|
||||
],
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user