@@ -35,10 +35,7 @@ def c_compile(obj, src, ext, cc_args, extra_postargs, pp_opts):
3535
3636 if c .compiler_type == 'unix' and 'gcc' in c .compiler :
3737 c ._compile = c_compile
38- elif self .compiler .compiler_type == "msvc" :
39- if sys .version_info [:2 ] < (3 , 5 ):
40- c .include_dirs .extend (['crfsuite/win32' ])
41-
38+
4239 build_ext .build_extensions (self )
4340
4441
@@ -68,7 +65,6 @@ def c_compile(obj, src, ext, cc_args, extra_postargs, pp_opts):
6865 "Programming Language :: Python :: 2" ,
6966 "Programming Language :: Python :: 2.7" ,
7067 "Programming Language :: Python :: 3" ,
71- "Programming Language :: Python :: 3.5" ,
7268 "Programming Language :: Python :: 3.6" ,
7369 "Programming Language :: Python :: 3.7" ,
7470 "Programming Language :: Python :: 3.8" ,
@@ -81,5 +77,5 @@ def c_compile(obj, src, ext, cc_args, extra_postargs, pp_opts):
8177 zip_safe = False ,
8278 packages = ['pycrfsuite' ],
8379 ext_modules = ext_modules ,
84- cmdclass = {'build_ext' : build_ext_check_gcc }
80+ cmdclass = {'build_ext' : build_ext_check_gcc },
8581)
0 commit comments