Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Feb 14, 2021
1 parent c648511 commit ca6427e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion poorman_handshake/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from poorman_handshake.symmetric import PasswordHandShake
from poorman_handshake.assymetric import HandShake, HalfHandShake
from poorman_handshake.asymmetric import HandShake, HalfHandShake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from os.path import isfile
from poorman_handshake.assymetric.utils import *
from poorman_handshake.asymmetric.utils import *


class HandShake:
Expand Down
File renamed without changes.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

setup(
name='poorman_handshake',
version='0.2.1',
packages=['poorman_handshake'],
version='0.2.0',
packages=['poorman_handshake', 'poorman_handshake.asymmetric',
'poorman_handshake.symmetric'],
url='https://github.com/JarbasHiveMind/poorman_handshake',
license='Apache-2.0',
author='jarbasAi',
Expand Down

0 comments on commit ca6427e

Please sign in to comment.