Update contact info.

This commit is contained in:
Axel Naumann 2016-07-22 19:24:35 +02:00 committed by sftnight
parent 762942581e
commit 78527f3493

View File

@ -46,13 +46,13 @@ pkg_root = pjoin(here, name)
setup_args = dict(
name = name,
version = '0.0.1',
version = '0.0.2',
py_modules = ['clingkernel'],
scripts = glob(pjoin('scripts', '*')),
description = "C++ Kernel for Jupyter with Cling",
author = 'Min RK',
author_email = 'benjaminrk@gmail.com',
url = 'https://github.com/minrk/clingkernel',
author = 'Min RK, Axel Naumann',
author_email = 'cling-dev@cern.ch',
url = 'https://github.com/root-mirror/cling/',
license = 'BSD',
platforms = "Linux, Mac OS X",
keywords = ['Interactive', 'Interpreter', 'Shell', 'Web'],