Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
uishnik committed Feb 11, 2019
1 parent ac956d6 commit e2afbe6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
setup(
name='pycryptoprosdk',
version='0.0.5',
packages=['pycryptoprosdk'],
packages=[
'pycryptoprosdk',
'pycryptoprosdk.libcurl',
],
ext_modules=[
libpycades
]
Expand Down

0 comments on commit e2afbe6

Please sign in to comment.