Skip to content

Commit 01bcaa9

Browse files
committed
updated setup.py
1 parent 9fd71eb commit 01bcaa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

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

0 commit comments

Comments
 (0)