From 268d6483e03df5872af6ecc371a023f73d1a5afd Mon Sep 17 00:00:00 2001 From: beesnotincluded Date: Wed, 12 Apr 2023 08:35:57 -0600 Subject: [PATCH] Informative readme --- README.rst | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 82d1f0bd7..dccaa4197 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,3 @@ -.. image:: https://travis-ci.org/python-openxml/python-docx.svg?branch=master - :target: https://travis-ci.org/python-openxml/python-docx +This is a fork of the original python-docx project which can found here: https://github.com/python-openxml/python-docx/pulls -*python-docx* is a Python library for creating and updating Microsoft Word -(.docx) files. - -More information is available in the `python-docx documentation`_. - -.. _`python-docx documentation`: - https://python-docx.readthedocs.org/en/latest/ +This fork exists to allow continued security patching and python version updating of this project now that the original open source project has stopped maintaining it.