Danimar Ribeiro
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
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', |
|
|
|
|