File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
__PySiddhi4Proxy/threadfix_c_code Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ CFLAGS = -shared -fPIC -c
2121# define JAVA_HOME here
2222JAVAHOME = ${JAVA_HOME}
2323
24+ # Please provide the python path according to the python version of the machine
2425LINUX_PYTHON_PATH = /usr/include/python
2526
2627# Please provide the python path according to the python version of the machine
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ def run(self):
6969 'Natural Language :: English' ,
7070 'Operating System :: Microsoft :: Windows' ,
7171 'Operating System :: POSIX :: Linux' ,
72- 'Operating System :: MacOS'
72+ 'Operating System :: MacOS' ,
7373 'Programming Language :: Python :: 2.7' ,
7474 'Programming Language :: Python :: 3.3' ,
7575 'Programming Language :: Python :: 3.4' ,
You can’t perform that action at this time.
0 commit comments