From 3f6947cd69fc44d96962ef1dddb493bb132aaf6b Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Thu, 13 Mar 2014 11:43:17 -0700 Subject: [PATCH] Add more meta data to setup.py --- pythonnet/setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pythonnet/setup.py b/pythonnet/setup.py index d1d66e06c..bbf6616fb 100644 --- a/pythonnet/setup.py +++ b/pythonnet/setup.py @@ -184,7 +184,11 @@ def _check_output(*popenargs, **kwargs): if __name__ == "__main__": - setup(name="pythonnet", + setup( + name="pythonnet", + version="2.0.0.dev1", + description=".Net and Mono integration for Python", + url='http://pythonnet.github.io/', ext_modules=[ Extension("clr", sources=[]) ],