mirror of
https://github.com/vale981/ablog
synced 2025-03-04 16:51:39 -05:00
Changed requires
to install_requires
.
This commit is contained in:
parent
df6eed52fc
commit
614a2d1c43
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
@ -10,7 +10,6 @@ with open('ablog/__init__.py') as inp:
|
|||
with open('README.rst') as inp:
|
||||
long_description = inp.read()
|
||||
|
||||
|
||||
setup(
|
||||
name='ablog',
|
||||
version=__version__,
|
||||
|
@ -38,7 +37,7 @@ setup(
|
|||
'Programming Language :: Python :: 3',
|
||||
],
|
||||
provides=['ablog ({0:s})'.format(__version__)],
|
||||
requires=['Werkzeug', 'Sphinx'],
|
||||
install_requires=['Werkzeug', 'Sphinx'],
|
||||
message_extractors={
|
||||
'ablog': [
|
||||
('**.html', 'jinja2', None),
|
||||
|
|
Loading…
Add table
Reference in a new issue