facho/cli.py: nuevo atribute --use-cache-policy para firmar
FossilOrigin-Name: 7126044e6cfb596ad025ed1b18d6dc951a358d56d6d9778b3223f3b8a9ce2bc8
This commit is contained in:
3
setup.py
3
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user