From ad0bcdd538fc47219645dbbf2edccf29d16eec50 Mon Sep 17 00:00:00 2001 From: Mohsin Mukhtiar Lashari <160683327+president-xd@users.noreply.github.com> Date: Wed, 21 Aug 2024 04:44:04 +0500 Subject: [PATCH] Update setup.py --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a6b9d64..4b3a33e 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,10 @@ 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',