mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 09:39:44 +00:00
Fix name in setup
This commit is contained in:
parent
4840d8e7b9
commit
9f2aa76623
@ -10,7 +10,7 @@ setup(
|
||||
py_modules=['lektor_xml_to_html'],
|
||||
entry_points={
|
||||
'lektor.plugins': [
|
||||
'xml_to_html = lektor_xml_to_html:XMLToHtmlPlugin',
|
||||
'xml-to-html = lektor_xml_to_html:XMLToHtmlPlugin',
|
||||
]
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user