Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 91f7ebd

Browse files
committed
More meta data in setup.py
1 parent 2864d63 commit 91f7ebd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pythonnet/setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ def _check_output(*popenargs, **kwargs):
189189
version="2.0.0.dev1",
190190
description=".Net and Mono integration for Python",
191191
url='http://pythonnet.github.io/',
192+
author="Python for .Net developers",
193+
classifiers=[
194+
'Development Status :: 3 - Alpha',
195+
'Intended Audience :: Developers'],
192196
ext_modules=[
193197
Extension("clr", sources=[])
194198
],

0 commit comments

Comments
 (0)