From a9aa5ffe960208741702436abe5487c0c501e87c Mon Sep 17 00:00:00 2001 From: SendSafely-GitHub Date: Tue, 9 Apr 2024 13:29:23 -0500 Subject: [PATCH] v1.0.4 * Enhancements to dependencies --- requirements.txt | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index fcee481..489f2f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -requests~=2.24.0 +requests~=2.31.0 PGPy~=0.6 diff --git a/setup.cfg b/setup.cfg index 858ac09..a5f794e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,3 @@ [metadata] -description-file = README.md +long_description = file: README.md license_files = LICENSE.txt, NOTICE.txt diff --git a/setup.py b/setup.py index 5befb86..4ac23c6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='sendsafely', - version='1.0.3', + version='1.0.4', packages=['sendsafely'], description='The SendSafely Client API allows programmatic access to SendSafely and provides a layer of abstraction from our REST API, which requires developers to perform several complex tasks in a correct manner.', long_description_content_type="text/markdown",