mirror of
https://github.com/vale981/ablog
synced 2025-03-04 16:51:39 -05:00
not paying attention
This commit is contained in:
parent
80adf5b61e
commit
27f5f64078
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -49,7 +49,7 @@ setup(
|
|||
'Programming Language :: Python :: 3',
|
||||
],
|
||||
provides=['ablog ({0:s})'.format(__version__)],
|
||||
install_requires=['Werkzeug', 'Sphinx'>=1.6, 'alabaster', 'invoke', 'python-dateutil'],
|
||||
install_requires=['Werkzeug', 'Sphinx>=1.6', 'alabaster', 'invoke', 'python-dateutil'],
|
||||
message_extractors={
|
||||
'ablog': [
|
||||
('**.html', 'jinja2', None),
|
||||
|
|
Loading…
Add table
Reference in a new issue