Skip to content

Commit

Permalink
Merge 0ddc00b into 0b2e3ce
Browse files Browse the repository at this point in the history
  • Loading branch information
OvoKore committed Jan 8, 2020
2 parents 0b2e3ce + 0ddc00b commit 2863fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding=utf-8
from setuptools import setup, find_packages

import os.path

VERSION = "1.0.45"

Expand Down Expand Up @@ -45,7 +45,7 @@
url='https://github.com/danimaribeiro/PyTrustNFe',
license='LGPL-v2.1+',
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',
install_requires=[
'Jinja2 >= 2.8',
Expand Down

0 comments on commit 2863fea

Please sign in to comment.