martini97 9 years ago
parent
commit
96cbe6fce1
  1. 1
      README.md
  2. 2
      pytrustnfe/nfe/templates/NfeAutorizacao.xml
  3. 2
      setup.py

1
README.md

@ -4,6 +4,7 @@ Biblioteca Python que tem por objetivo enviar NFe, NFCe e NFSe no Brasil
[![Coverage Status](https://coveralls.io/repos/danimaribeiro/PyTrustNFe/badge.svg?branch=master)](https://coveralls.io/r/danimaribeiro/PyTrustNFe?branch=master)
[![Code Health](https://landscape.io/github/danimaribeiro/PyTrustNFe/master/landscape.svg?style=flat)](https://landscape.io/github/danimaribeiro/PyTrustNFe/master)
[![Build Status](https://travis-ci.org/danimaribeiro/PyTrustNFe.svg?branch=master)](https://travis-ci.org/danimaribeiro/PyTrustNFe)
[![PyPI version](https://badge.fury.io/py/PyTrustNFe.svg)](https://badge.fury.io/py/PyTrustNFe)
Dependências:
* PyXmlSec

2
pytrustnfe/nfe/templates/NfeAutorizacao.xml

@ -343,8 +343,8 @@
<pMVAST>{{ imposto.ICMS.pMVAST }}</pMVAST>
<pRedBCST>{{ imposto.ICMS.pRedBCST }}</pRedBCST>
<vBCST>{{ imposto.ICMS.vBCST }}</vBCST>
<vICMSST>{{ imposto.ICMS.vICMSST }}</vICMSST>
<pICMSST>{{ imposto.ICMS.pICMSST }}</pICMSST>
<vICMSST>{{ imposto.ICMS.vICMSST }}</vICMSST>
<vICMSDeson>{{ imposto.ICMS.vICMSDeson }}</vICMSDeson>
<motDesICMS>{{ imposto.ICMS.motDesICMS }}</motDesICMS>
</ICMS70>

2
setup.py

@ -6,7 +6,7 @@ long_description = pypandoc.convert('README.md', 'rst')
setup(
name="PyTrustNFe",
version="0.1.7",
version="0.1.8",
author="Danimar Ribeiro",
author_email='danimaribeiro@gmail.com',
keywords=['nfe', 'mdf-e'],

Loading…
Cancel
Save