Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
president-xd authored Aug 20, 2024
1 parent 6e632a1 commit ad0bcdd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ad0bcdd

Please sign in to comment.