We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cc7b2 commit 245fcd8Copy full SHA for 245fcd8
mkl-service/__init__.py
@@ -1,2 +1,2 @@
1
from ._py_mkl_service import *
2
-#__all__ = ['tests']
+
setup.py
@@ -75,12 +75,12 @@ def setup_package():
75
from numpy.distutils.core import setup
76
metadata = dict(
77
name = 'mkl-service',
78
- maintainer = "Intel Corp.",
+ maintainer = "Intel",
79
maintainer_email = "[email protected]",
80
description = "MKL-service",
81
long_description = """MKL-service""",
82
url = "http://github.com/IntelPython/mkl-service",
83
- author = "Dmitry Zagorny",
+ author = "Intel",
84
download_url = "http://github.com/IntelPython/mkl-service",
85
license = 'BSD',
86
classifiers = [_f for _f in CLASSIFIERS.split('\n') if _f],
0 commit comments