Skip to content

Commit

Permalink
Merge pull request #21 from AnuGayan/master
Browse files Browse the repository at this point in the history
Add minor fixes
  • Loading branch information
ramindu90 committed Jan 3, 2019
2 parents c6492aa + f8533c3 commit 9ac85ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions __PySiddhi4Proxy/threadfix_c_code/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ CFLAGS = -shared -fPIC -c
# define JAVA_HOME here
JAVAHOME = ${JAVA_HOME}

# Please provide the python path according to the python version of the machine
LINUX_PYTHON_PATH = /usr/include/python

# Please provide the python path according to the python version of the machine
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def run(self):
'Natural Language :: English',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS'
'Operating System :: MacOS',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
Expand Down

0 comments on commit 9ac85ed

Please sign in to comment.