facho/cli.py: nuevo atribute --use-cache-policy para firmar

FossilOrigin-Name: 7126044e6cfb596ad025ed1b18d6dc951a358d56d6d9778b3223f3b8a9ce2bc8
This commit is contained in:
2020-09-20 01:43:48 +00:00
parent a917258cee
commit e369ad2069
4 changed files with 32 additions and 9 deletions

View File

@@ -18,6 +18,7 @@ requirements = ['Click>=6.0',
'pyOpenSSL>=19.1.0',
'xmlsig>=0.1.3',
'xades>=0.2.1',
'mock==2.0.0',
'xmlsec>=1.3.8']
setup_requirements = ['pytest-runner', ]
@@ -52,7 +53,7 @@ setup(
include_package_data=True,
package_data = {
# If any package contains *.txt or *.rst files, include them:
'': ['*.gc', '*.xsd']
'': ['*.gc', '*.xsd', 'politicadefirmav2.pdf']
},
keywords='facho',
name='facho',