diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-08-11 19:49:30 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-08-11 19:49:30 +0000 |
commit | 6766b45fe5e970339dea1a43c826605f881e302d (patch) | |
tree | 8623e276bdb8c28ff97d398058670a7eabe7359c /textproc/Makefile | |
parent | 23a5407e4f39467bd6ab1c6a5ac73f28e5a547cd (diff) |
Python library for creating and updating Microsoft Word files.
WWW: https://github.com/mikemaccana/python-docx
PR: 201320
Submitted by: jjachuf@gmail.com
Notes
Notes:
svn path=/head/; revision=393968
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 32f92a49bb11..c71266c052fa 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1229,6 +1229,7 @@ SUBDIR += py-pystache SUBDIR += py-pystemmer SUBDIR += py-python-augeas + SUBDIR += py-python-docx SUBDIR += py-pytidylib SUBDIR += py-pyx12 SUBDIR += py-qrcode |