Update setup.py
This commit is contained in:
parent
416729dddc
commit
d9bb19cdd4
4
setup.py
4
setup.py
@ -50,6 +50,7 @@ setup(
|
|||||||
version=get_version("docxtpl"),
|
version=get_version("docxtpl"),
|
||||||
description="Python docx template engine",
|
description="Python docx template engine",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
long_description_content_type="text/x-rst",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
@ -64,7 +65,8 @@ setup(
|
|||||||
keywords="jinja2",
|
keywords="jinja2",
|
||||||
url="https://github.com/elapouya/python-docx-template",
|
url="https://github.com/elapouya/python-docx-template",
|
||||||
author="Eric Lapouyade",
|
author="Eric Lapouyade",
|
||||||
license="LGPL 2.1",
|
license="LGPL-2.1-only",
|
||||||
|
license_files=[],
|
||||||
packages=["docxtpl"],
|
packages=["docxtpl"],
|
||||||
install_requires=["python-docx>=1.1.1", "docxcompose", "jinja2", "lxml"],
|
install_requires=["python-docx>=1.1.1", "docxcompose", "jinja2", "lxml"],
|
||||||
extras_require={"docs": ["Sphinx", "sphinxcontrib-napoleon"]},
|
extras_require={"docs": ["Sphinx", "sphinxcontrib-napoleon"]},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user