@@ -285,6 +285,7 @@ def _check_output(*popenargs, **kwargs):
285
285
return output .decode ("ascii" )
286
286
return output
287
287
288
+
288
289
def _get_interop_filename ():
289
290
"""interopXX.cs is auto-generated as part of the build.
290
291
For common windows platforms pre-generated files are included
@@ -326,11 +327,11 @@ def _get_interop_filename():
326
327
url = 'http://pythonnet.github.io/' ,
327
328
author = "Python for .Net developers" ,
328
329
classifiers = [
329
- 'Programming Language :: Python :: 2.6' ,
330
330
'Programming Language :: Python :: 2.7' ,
331
331
'Programming Language :: Python :: 3.2' ,
332
332
'Programming Language :: Python :: 3.3' ,
333
333
'Programming Language :: Python :: 3.4' ,
334
+ 'Programming Language :: Python :: 3.5' ,
334
335
'Programming Language :: C#' ,
335
336
'License :: OSI Approved :: Zope Public License' ,
336
337
'Development Status :: 5 - Production/Stable' ,
@@ -355,3 +356,4 @@ def _get_interop_filename():
355
356
},
356
357
setup_requires = setup_requires
357
358
)
359
+
0 commit comments