From 6e632a1ff1f172fd3e09c29c15a1749393bc1d62 Mon Sep 17 00:00:00 2001 From: Mohsin Mukhtiar Lashari <160683327+president-xd@users.noreply.github.com> Date: Wed, 21 Aug 2024 04:41:16 +0500 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a598f0c..a6b9d64 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,8 @@ setup( name='Cryptix', version='0.1.0', - description='A versatile cryptography library for various encryption and decryption techniques.', + description='A versatile cryptography library ' \ + 'for various encryption and decryption techniques.', long_description=open('README.md').read(), long_description_content_type='text/markdown', author='Mohsin Mukhtiar Lashari Baloch',