##// END OF EJS Templates
add signature_scheme to Session and connection files...
add signature_scheme to Session and connection files also change default hash to sha256 instead of md5, since md5 is bad. (this is the main motivation)

File last commit:

r2460:e8303d57
r11656:0f43d86a
Show More
setupegg.py
6 lines | 156 B | text/x-python | PythonLexer
#!/usr/bin/env python
"""Wrapper to run setup.py using setuptools."""
# Import setuptools and call the actual setup
import setuptools
execfile('setup.py')