mirror of
https://github.com/vale981/ablog
synced 2025-03-04 16:51:39 -05:00
setup.py minor change
This commit is contained in:
parent
ddbdf3490f
commit
f5cabbaa4d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -51,7 +51,7 @@ setup(
|
|||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 3',
|
||||
],
|
||||
provides=['ablog ({0:s})'.format(__version__)],
|
||||
provides=['ablog'],
|
||||
install_requires=['werkzeug', 'sphinx>=1.6', 'alabaster', 'invoke', 'python-dateutil', 'sphinx-automodapi'],
|
||||
message_extractors={
|
||||
'ablog': [
|
||||
|
|
Loading…
Add table
Reference in a new issue