We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4311651 + 69fd04e commit 6325666Copy full SHA for 6325666
1 file changed
setup.py
@@ -1,15 +1,12 @@
1
#!/usr/bin/env python
2
import setuptools
3
4
-from pynfe import __version__
5
-
6
7
with open("README.md", "r", encoding="utf-8") as fh:
8
long_description = fh.read()
9
10
setuptools.setup(
11
name="PyNFe",
12
- version=__version__,
+ version="0.5.3",
13
author="TadaSoftware",
14
author_email="tadasoftware@gmail.com",
15
description="Interface library with the Brazilian Electronic Invoice web services",
0 commit comments