We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a37483 commit 3f6947cCopy full SHA for 3f6947c
pythonnet/setup.py
@@ -184,7 +184,11 @@ def _check_output(*popenargs, **kwargs):
184
185
186
if __name__ == "__main__":
187
- setup(name="pythonnet",
+ setup(
188
+ name="pythonnet",
189
+ version="2.0.0.dev1",
190
+ description=".Net and Mono integration for Python",
191
+ url='http://pythonnet.github.io/',
192
ext_modules=[
193
Extension("clr", sources=[])
194
],
0 commit comments