nuevo comando validate-invoice para validacion de factura xml usando XSD Version 1.8 de la dian
FossilOrigin-Name: bed8f5d737e2c2ee4507553d6de8aa788526242ce390ef630ba16578c30c7ff9
This commit is contained in:
4
setup.py
4
setup.py
@@ -47,7 +47,7 @@ setup(
|
||||
include_package_data=True,
|
||||
package_data = {
|
||||
# If any package contains *.txt or *.rst files, include them:
|
||||
'': ['*.gc']
|
||||
'': ['*.gc', '*.xsd']
|
||||
},
|
||||
keywords='facho',
|
||||
name='facho',
|
||||
@@ -56,6 +56,6 @@ setup(
|
||||
test_suite='tests',
|
||||
tests_require=test_requirements,
|
||||
url='https://github.com/bit4bit/facho',
|
||||
version='0.1.0',
|
||||
version='0.1.1',
|
||||
zip_safe=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user