update setup
This commit is contained in:
parent
9aed2f4727
commit
9ff57918dd
12
setup.py
12
setup.py
@ -7,7 +7,7 @@ with open("README.md", "r") as long_descr:
|
|||||||
setup(
|
setup(
|
||||||
name='Peji',
|
name='Peji',
|
||||||
version='1.0',
|
version='1.0',
|
||||||
author='gd',
|
author='ge',
|
||||||
description='Static site generator.',
|
description='Static site generator.',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
@ -20,11 +20,11 @@ setup(
|
|||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
py_modules=['peji'],
|
py_modules=['peji'],
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'click>=7.1.2',
|
'click',
|
||||||
'markdown>=3.3.4',
|
'markdown',
|
||||||
'Jinja2>=2.11.3',
|
'Jinja2',
|
||||||
'Pygments>=2.8.1',
|
'Pygments',
|
||||||
'PyYAML>=5.4.1'
|
'PyYAML'
|
||||||
],
|
],
|
||||||
entry_points = {
|
entry_points = {
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
Loading…
Reference in New Issue
Block a user