We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2ae96 commit 62b5266Copy full SHA for 62b5266
1 file changed
setup.py
@@ -17,6 +17,9 @@
17
except IOError:
18
readme = ''
19
20
+os.environ["CXX"] = "g++"
21
+os.environ["CC"] = "g++"
22
+
23
SOURCES = [
24
'src/AggregationResult.cpp',
25
'src/Container.cpp',
@@ -101,7 +104,6 @@ class CustomBuild(build):
101
104
classifiers = [
102
105
"License :: OSI Approved :: Apache Software License",
103
106
"Operating System :: POSIX :: Linux",
- "Programming Language :: Python",
107
"Programming Language :: Python :: 3.6",
108
]
109
0 commit comments