diff --git a/setup.py b/setup.py index 27568de0..27cbe3bf 100644 --- a/setup.py +++ b/setup.py @@ -1,15 +1,12 @@ #!/usr/bin/env python import setuptools -from pynfe import __version__ - - with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() setuptools.setup( name="PyNFe", - version=__version__, + version="0.5.3", author="TadaSoftware", author_email="tadasoftware@gmail.com", description="Interface library with the Brazilian Electronic Invoice web services",