We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2864d63 commit 91f7ebdCopy full SHA for 91f7ebd
pythonnet/setup.py
@@ -189,6 +189,10 @@ def _check_output(*popenargs, **kwargs):
189
version="2.0.0.dev1",
190
description=".Net and Mono integration for Python",
191
url='http://pythonnet.github.io/',
192
+ author="Python for .Net developers",
193
+ classifiers=[
194
+ 'Development Status :: 3 - Alpha',
195
+ 'Intended Audience :: Developers'],
196
ext_modules=[
197
Extension("clr", sources=[])
198
],
0 commit comments