We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138bda7 commit 201f16fCopy full SHA for 201f16f
setup.py
@@ -281,13 +281,16 @@ def _check_output(*popenargs, **kwargs):
281
282
setup(
283
name="pythonnet",
284
- version="2.0.0",
+ version="2.1.0.dev1",
285
description=".Net and Mono integration for Python",
286
url='http://pythonnet.github.io/',
287
author="Python for .Net developers",
288
classifiers=[
289
'Programming Language :: Python :: 2.6',
290
'Programming Language :: Python :: 2.7',
291
+ 'Programming Language :: Python :: 3.2',
292
+ 'Programming Language :: Python :: 3.3',
293
+ 'Programming Language :: Python :: 3.4',
294
'Programming Language :: C#',
295
'License :: OSI Approved :: Zope Public License',
296
'Development Status :: 5 - Production/Stable',
0 commit comments