File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2727Documentation is hosted on ReadTheDocs: http://drmaa-python.readthedocs.org/
2828
2929:author: Enrico Sirola (enrico.sirola@statpro.com)
30- :author: Dan Blanchard (dblanchard@ets.org )
30+ :author: Dan Blanchard (dan.blanchard@gmail.com )
3131"""
3232
3333from __future__ import absolute_import , print_function , unicode_literals
Original file line number Diff line number Diff line change 1818# -----------------------------------------------------------
1919#
2020# Author: Enrico Sirola <enrico.sirola@statpro.com>
21- # Author: Dan Blanchard <dblanchard@ets.org >
21+ # Author: Dan Blanchard <dan.blanchard@gmail.com >
2222
2323"""
2424internal helpers
Original file line number Diff line number Diff line change 1919This module exists solely for version information so I only have to change it
2020in one place. Based on the suggestion `here. <http://bit.ly/16LbuJF>`_
2121
22- :author: Dan Blanchard (dblanchard@ets.org )
22+ :author: Dan Blanchard (dan.blanchard@gmail.com )
2323'''
2424
25- __version__ = '0.7.7 '
25+ __version__ = '0.7.8 '
2626VERSION = tuple (int (x ) for x in __version__ .split ('.' ))
Original file line number Diff line number Diff line change 1616# -----------------------------------------------------------
1717#
1818# Author: Enrico Sirola <enrico.sirola@statpro.com>
19- # Author: Dan Blanchard <dblanchard@ets.org >
19+ # Author: Dan Blanchard <dan.blanchard@gmail.com >
2020
2121from setuptools import setup , find_packages
2222
@@ -36,7 +36,7 @@ def readme():
3636 packages = packages ,
3737 package_data = package_data ,
3838 author = "Dan Blanchard" ,
39- author_email = "dblanchard@ets.org " ,
39+ author_email = "dan.blanchard@gmail.com " ,
4040 description = "a python DRMAA library" ,
4141 long_description = readme (),
4242 license = "BSD" ,
Original file line number Diff line number Diff line change 22# This script installs and configures a Sun Grid Engine installation for use
33# on a Travis instance.
44#
5- # Written by Dan Blanchard (dblanchard@ets.org ), September 2013
5+ # Written by Dan Blanchard (dan.blanchard@gmail.com ), September 2013
66
77cd travis
88sudo apt-get update -qq
You can’t perform that action at this time.
0 commit comments