Skip to content

Commit 9ac85ed

Browse files
authored
Merge pull request #21 from AnuGayan/master
Add minor fixes
2 parents c6492aa + f8533c3 commit 9ac85ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

__PySiddhi4Proxy/threadfix_c_code/makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ CFLAGS = -shared -fPIC -c
2121
# define JAVA_HOME here
2222
JAVAHOME = ${JAVA_HOME}
2323

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

2627
# Please provide the python path according to the python version of the machine

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)