|
|
@ -16,7 +16,7 @@ setup( |
|
|
'Programming Language :: Python', |
|
|
'Programming Language :: Python', |
|
|
'Topic :: Software Development :: Libraries :: Python Modules', |
|
|
'Topic :: Software Development :: Libraries :: Python Modules', |
|
|
], |
|
|
], |
|
|
packages = find_packages(exclude=['*tests*']), |
|
|
|
|
|
|
|
|
packages = find_packages(exclude=['*test*']), |
|
|
url = 'https://github.com/danimaribeiro/PyNfeTrust', |
|
|
url = 'https://github.com/danimaribeiro/PyNfeTrust', |
|
|
license = 'LGPL-v2.1+', |
|
|
license = 'LGPL-v2.1+', |
|
|
description = 'PyNfeTrust é uma biblioteca para envio de NF-e', |
|
|
description = 'PyNfeTrust é uma biblioteca para envio de NF-e', |
|
|
|