Purge MANIFEST.in file
This commit is contained in:
parent
fc9eb4733f
commit
ee9cfd1d3e
@ -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 {{
|
||||
|
||||
@ -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__
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user