Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
N0x1s authored Jul 1, 2020
1 parent d98f41a commit 6e32912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
setup(
name='getpw',
packages=['getpw'],
version='0.2',
version='0.3',
license='MIT',
description='A better way to get passwords from users in python',
author='n0x1s',
author_email='n0x1s0x01@gmail.com',
url='https://github.com/n0x1s/getpw',
download_url='https://github.com/N0x1s/getpw/archive/0.2.tar.gz',
download_url='https://github.com/N0x1s/getpw/archive/0.3.tar.gz',
keywords=['getpass', 'get password', 'mask password'],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 6e32912

Please sign in to comment.