Skip to content

Commit e5c4e74

Browse files
committed
Update setup.py for 2.0 release.
1 parent 85840d0 commit e5c4e74

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

setup.py

+11-3
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)