mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 07:10:29 -08:00
@@ -21,8 +21,3 @@ create_hook() {
|
|||||||
echo '\n#### Copying hooks into .git/hooks'
|
echo '\n#### Copying hooks into .git/hooks'
|
||||||
create_hook 'post-commit'
|
create_hook 'post-commit'
|
||||||
create_hook 'pre-push'
|
create_hook 'pre-push'
|
||||||
|
|
||||||
echo '\n#### Installing linter/test dependencies\n'
|
|
||||||
pip install pycodestyle pytest-sugar
|
|
||||||
pip install https://github.com/williballenthin/vivisect/zipball/master
|
|
||||||
python setup.py develop
|
|
||||||
|
|||||||
7
setup.py
7
setup.py
@@ -51,6 +51,13 @@ setuptools.setup(
|
|||||||
},
|
},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
|
extras_require={
|
||||||
|
'dev': [
|
||||||
|
'pytest',
|
||||||
|
'pytest-sugar',
|
||||||
|
'pycodestyle',
|
||||||
|
]
|
||||||
|
},
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
keywords='capa',
|
keywords='capa',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|||||||
Reference in New Issue
Block a user