Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yara-python
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
yara-python
Commits
293f4e01
Commit
293f4e01
authored
May 05, 2017
by
plusvic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove trailing spaces
parent
9aa04163
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
setup.py
setup.py
+5
-5
No files found.
setup.py
View file @
293f4e01
...
...
@@ -39,9 +39,9 @@ OPTIONS = [
BOOLEAN_OPTIONS
=
[
'dynamic-linking'
,
'enable-cuckoo'
,
'enable-magic'
,
'dynamic-linking'
,
'enable-cuckoo'
,
'enable-magic'
,
'enable-profiling'
]
...
...
@@ -96,7 +96,7 @@ class BuildCommand(build):
self
.
enable_profiling
=
None
def
finalize_options
(
self
):
build
.
finalize_options
(
self
)
...
...
@@ -120,7 +120,7 @@ class BuildExtCommand(build_ext):
# If the build_ext command was invoked by the build command, take the
# values for these options from the build command.
self
.
set_undefined_options
(
'build'
,
(
'dynamic_linking'
,
'dynamic_linking'
),
(
'enable_magic'
,
'enable_magic'
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment