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 177e2f1 commit 2d06d24Copy full SHA for 2d06d24
setup.py
@@ -91,9 +91,9 @@ def setup_package():
91
Conditional Numerical Reproducibility Control
92
Miscellaneous
93
""",
94
- url="https://github.intel.com/SAT/mkl-service",
+ url="https://github.com/IntelPython/mkl-service",
95
author="Intel",
96
- download_url="https://github.intel.com/SAT/mkl-service",
+ download_url="https://github.com/IntelPython/mkl-service",
97
license='BSD',
98
classifiers=[_f for _f in CLASSIFIERS.split('\n') if _f],
99
platforms=["Windows", "Linux", "Mac OS-X"],
0 commit comments