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 12, 2023
1 parent 71aa0d1 commit 06e5a5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ def readme():


NAME = 'catpig'
VERSION = '0.2.0'
VERSION = '0.3.0'

setup(
name=NAME,
version=VERSION,
license='CC0',
author='Alexey Avramov',
author_email='hakavlad@gmail.com',
description='A memory-hard key derivation function',
description='A memory-hard password-hashing function',
long_description=readme(),
long_description_content_type='text/markdown',
url='https://github.com/hakavlad/catpig',
Expand All @@ -32,7 +32,7 @@ def readme():
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules'
],
keywords='kdf',
keywords='kdf', 'pbkdf', 'memory-hard',
project_urls={
'Homepage': 'https://github.com/hakavlad/catpig',
'Bug Tracker': 'https://github.com/hakavlad/catpig/issues',
Expand Down

0 comments on commit 06e5a5a

Please sign in to comment.