Skip to content

Commit 245fcd8

Browse files
Changed maintainer name to Intel
1 parent d6cc7b2 commit 245fcd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mkl-service/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from ._py_mkl_service import *
2-
#__all__ = ['tests']
2+

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ def setup_package():
7575
from numpy.distutils.core import setup
7676
metadata = dict(
7777
name = 'mkl-service',
78-
maintainer = "Intel Corp.",
78+
maintainer = "Intel",
7979
maintainer_email = "[email protected]",
8080
description = "MKL-service",
8181
long_description = """MKL-service""",
8282
url = "http://github.com/IntelPython/mkl-service",
83-
author = "Dmitry Zagorny",
83+
author = "Intel",
8484
download_url = "http://github.com/IntelPython/mkl-service",
8585
license = 'BSD',
8686
classifiers = [_f for _f in CLASSIFIERS.split('\n') if _f],

0 commit comments

Comments
 (0)