Skip to content

Commit

Permalink
Fix steup
Browse files Browse the repository at this point in the history
  • Loading branch information
luisiturrios1 committed Jul 13, 2021
1 parent 08f42f4 commit 54e2623
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='cfdiclient',
version='1.3.1',
version='1.3.3',
author='Luis Iturrios',
author_email='luisiturrios1@gmail.com',
description='Cliente Python Web Service del SAT para la descarga masiva de CFDIs',
Expand All @@ -15,8 +15,6 @@
packages=setuptools.find_packages(),
classifiers=[
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.',
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 54e2623

Please sign in to comment.