Skip to content

Commit 7457ba1

Browse files
committed
Se añadió una dependencia faltante para que twine funcione.
1 parent 35294c2 commit 7457ba1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ colorama==0.4.6
66
docutils==0.20.1
77
idna==3.7
88
imagesize==1.4.1
9+
importlib-metadata==7.0.1
910
Jinja2==3.1.4
1011
MarkupSafe==2.1.5
1112
packaging==24.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
name='bhexpress',
3535

3636
# Versions should comply with PEP440
37-
version='2.0.0',
37+
version='2.0.1',
3838

3939
description='Cliente para realizar la integración con los servicios web de BHExpress desde Python.',
4040
long_description="\n"+long_description,

0 commit comments

Comments
 (0)