Browse Source

tá errado isso aí, arrumando

pull/258/head
OvoKore 6 years ago
committed by GitHub
parent
commit
0ddc00b482
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      setup.py

4
setup.py

@ -1,6 +1,6 @@
# coding=utf-8 # coding=utf-8
from setuptools import setup, find_packages from setuptools import setup, find_packages
import os.path
VERSION = "1.0.45" VERSION = "1.0.45"
@ -45,7 +45,7 @@ later (LGPLv2+)',
url='https://github.com/danimaribeiro/PyTrustNFe', url='https://github.com/danimaribeiro/PyTrustNFe',
license='LGPL-v2.1+', license='LGPL-v2.1+',
description='PyTrustNFe é uma biblioteca para envio de NF-e', description='PyTrustNFe é uma biblioteca para envio de NF-e',
long_description=open('README.md', 'r').read(),
long_description=open('README.md', 'r').read() if os.path.exists('README.md') else None,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
install_requires=[ install_requires=[
'Jinja2 >= 2.8', 'Jinja2 >= 2.8',

Loading…
Cancel
Save