Skip to content

Commit 62b5266

Browse files
committed
update setup.py
1 parent db2ae96 commit 62b5266

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
except IOError:
1818
readme = ''
1919

20+
os.environ["CXX"] = "g++"
21+
os.environ["CC"] = "g++"
22+
2023
SOURCES = [
2124
'src/AggregationResult.cpp',
2225
'src/Container.cpp',
@@ -101,7 +104,6 @@ class CustomBuild(build):
101104
classifiers = [
102105
"License :: OSI Approved :: Apache Software License",
103106
"Operating System :: POSIX :: Linux",
104-
"Programming Language :: Python",
105107
"Programming Language :: Python :: 3.6",
106108
]
107109

0 commit comments

Comments
 (0)