Browse Source

[FIX] Corrige formato do conteudo do readme (#237)

pull/238/head
Danimar Ribeiro 6 years ago
committed by GitHub
parent
commit
6b15bb4583
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      setup.py

3
setup.py

@ -1,7 +1,7 @@
# coding=utf-8
from setuptools import setup, find_packages
VERSION = "1.0.4"
VERSION = "1.0.5"
setup(
@ -35,6 +35,7 @@ later (LGPLv2+)',
license='LGPL-v2.1+',
description='PyTrustNFe é uma biblioteca para envio de NF-e',
long_description=open('README.md', 'r').read(),
long_description_content_type='text/markdown',
install_requires=[
'Jinja2 >= 2.8',
'signxml >= 2.4.0',

Loading…
Cancel
Save