Skip to content

Commit d9bb19c

Browse files
committed
Update setup.py
1 parent 416729d commit d9bb19c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def get_version(pkg):
5050
version=get_version("docxtpl"),
5151
description="Python docx template engine",
5252
long_description=long_description,
53+
long_description_content_type="text/x-rst",
5354
classifiers=[
5455
"Intended Audience :: Developers",
5556
"Development Status :: 4 - Beta",
@@ -64,7 +65,8 @@ def get_version(pkg):
6465
keywords="jinja2",
6566
url="https://github.com/elapouya/python-docx-template",
6667
author="Eric Lapouyade",
67-
license="LGPL 2.1",
68+
license="LGPL-2.1-only",
69+
license_files=[],
6870
packages=["docxtpl"],
6971
install_requires=["python-docx>=1.1.1", "docxcompose", "jinja2", "lxml"],
7072
extras_require={"docs": ["Sphinx", "sphinxcontrib-napoleon"]},

0 commit comments

Comments
 (0)