Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add more meta data to setup.py
  • Loading branch information
davidanthoff committed Mar 13, 2014
commit 3f6947cd69fc44d96962ef1dddb493bb132aaf6b
6 changes: 5 additions & 1 deletion pythonnet/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[])
],
Expand Down