Declare package as python2 and python3 compatible

This commit is contained in:
elapouya 2018-09-19 09:47:00 +02:00
parent a3b3fdfa18
commit b987864c3f
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
0.5.4 (2018-09-19)
------------------
- Declare package as python2 and python3 compatible for wheel distrib
0.5.3 (2018-09-19)
------------------
- Add sub/superscript in RichText

View File

@ -5,7 +5,7 @@ Created : 2015-03-12
@author: Eric Lapouyade
'''
__version__ = '0.5.3'
__version__ = '0.5.4'
from lxml import etree
from docx import Document

2
setup.cfg Normal file
View File

@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1