|
|
@ -4,9 +4,10 @@ from setuptools import setup, find_packages |
|
|
|
|
|
|
|
|
long_description = pypandoc.convert('README.md', 'rst') |
|
|
long_description = pypandoc.convert('README.md', 'rst') |
|
|
|
|
|
|
|
|
|
|
|
VERSION = "0.1.9", |
|
|
setup( |
|
|
setup( |
|
|
name="PyTrustNFe", |
|
|
name="PyTrustNFe", |
|
|
version="0.1.9", |
|
|
|
|
|
|
|
|
version=VERSION, |
|
|
author="Danimar Ribeiro", |
|
|
author="Danimar Ribeiro", |
|
|
author_email='danimaribeiro@gmail.com', |
|
|
author_email='danimaribeiro@gmail.com', |
|
|
keywords=['nfe', 'mdf-e'], |
|
|
keywords=['nfe', 'mdf-e'], |
|
|
|