| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -184,7 +184,11 @@ def _check_output(*popenargs, **kwargs): | |||
| 184 | 184 | ||
| 185 | 185 | ||
| 186 | 186 | 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/', | ||
| 188 | 192 | ext_modules=[ | |
| 189 | 193 | Extension("clr", sources=[]) | |
| 190 | 194 | ], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments