Purge MANIFEST.in file

This commit is contained in:
Eric Lapouyade 2018-04-20 18:35:14 +02:00
parent fc9eb4733f
commit ee9cfd1d3e
3 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,7 @@
0.4.8 (2018-04-20)
------------------
- Purge MANIFEST.in file
0.4.7 (2018-02-03)
------------------
- Accept variables starting with 'r' in {{}} when no space after {{

View File

@ -1,7 +1,2 @@
graft docs
prune docs/_build
graft pyquery
graft tests
include *_fixt.py *.rst *.cfg *.ini
global-exclude *.pyc
global-exclude __pycache__

View File

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