Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Oct 14, 2023
1 parent c111768 commit 58090ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ def readme():


NAME = 'tird'
VERSION = '0.2.1'
VERSION = '0.3.0'

setup(
name=NAME,
version=VERSION,
license='CC0',
author='Alexey Avramov',
author_email='hakavlad@gmail.com',
description='A tool for encrypting file contents and hiding random data among other random data',
description='A tool for encrypting file contents and hiding random data '
'among other random data',
long_description=readme(),
long_description_content_type='text/markdown',
url='https://github.com/hakavlad/tird',
Expand Down

0 comments on commit 58090ff

Please sign in to comment.