File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 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):
313313
314314 setup (
315315 name = "pythonnet" ,
316- version = "2.0.0.dev1 " ,
316+ version = "2.0.0" ,
317317 description = ".Net and Mono integration for Python" ,
318318 url = 'http://pythonnet.github.io/' ,
319319 author = "Python for .Net developers" ,
320320 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+ ],
323331 ext_modules = [
324332 Extension ("clr" , sources = sources )
325333 ],
You can’t perform that action at this time.
0 commit comments