Skip to content

Commit 3f6947c

Browse files
committed
Add more meta data to setup.py
1 parent 7a37483 commit 3f6947c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pythonnet/setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,11 @@ def _check_output(*popenargs, **kwargs):
184184

185185

186186
if __name__ == "__main__":
187-
setup(name="pythonnet",
187+
setup(
188+
name="pythonnet",
189+
version="2.0.0.dev1",
190+
description=".Net and Mono integration for Python",
191+
url='http://pythonnet.github.io/',
188192
ext_modules=[
189193
Extension("clr", sources=[])
190194
],

0 commit comments

Comments
 (0)