Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
merrychap committed Jan 25, 2018
1 parent 9fd71eb commit 01bcaa9
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 @@ -11,7 +11,7 @@

setup(
name='shellen',
version='0.1.0',
version='0.1.1',
description='Interactive environment for crafting shellcodes. Also, it just can be used as a simple assembler/disassembler',
long_description=long_description,
url='https://github.com/merrychap/shellen',
Expand All @@ -34,7 +34,7 @@
'Intended Audience :: Information Technology'
],
keywords=['shellcode', 'pwn', 'assembler', 'disassembler'],
packages=['shellen', 'shellen/opt', 'shellen/asms'],
packages=['shellen', 'shellen/opt', 'shellen/asms', 'shellen/syscalls'],
install_requires=['keystone-engine', 'capstone', 'colorama', 'termcolor', 'terminaltables'],
python_requires='>=3',
entry_points={
Expand Down

0 comments on commit 01bcaa9

Please sign in to comment.