diff --git a/__PySiddhi4Proxy/threadfix_c_code/makefile b/__PySiddhi4Proxy/threadfix_c_code/makefile index c739367..dc2860a 100644 --- a/__PySiddhi4Proxy/threadfix_c_code/makefile +++ b/__PySiddhi4Proxy/threadfix_c_code/makefile @@ -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 diff --git a/setup.py b/setup.py index e5a002c..f9ce644 100644 --- a/setup.py +++ b/setup.py @@ -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',