File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -313,13 +313,21 @@ def _check_output(*popenargs, **kwargs):
313
313
314
314
setup (
315
315
name = "pythonnet" ,
316
- version = "2.0.0.dev1 " ,
316
+ version = "2.0.0" ,
317
317
description = ".Net and Mono integration for Python" ,
318
318
url = 'http://pythonnet.github.io/' ,
319
319
author = "Python for .Net developers" ,
320
320
classifiers = [
321
- 'Development Status :: 3 - Alpha' ,
322
- 'Intended Audience :: Developers' ],
321
+ 'Programming Language :: Python :: 2.6' ,
322
+ 'Programming Language :: Python :: 2.7' ,
323
+ 'Programming Language :: C#' ,
324
+ 'License :: OSI Approved :: Zope Public License' ,
325
+ 'Development Status :: 5 - Production/Stable' ,
326
+ 'Intended Audience :: Developers' ,
327
+ 'Operating System :: Microsoft :: Windows' ,
328
+ 'Operating System :: POSIX :: Linux' ,
329
+ 'Operating System :: MacOS :: MacOS X' ,
330
+ ],
323
331
ext_modules = [
324
332
Extension ("clr" , sources = sources )
325
333
],
You can’t perform that action at this time.
0 commit comments