Skip to content

Commit 92d36b9

Browse files
authored
Change author
1 parent ce1f48f commit 92d36b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def setup_package():
8080
description = "MKL-based FFT transforms for NumPy arrays",
8181
long_description = """NumPy-based implementation of Fast Fourier Transform using Intel (R) Math Kernel Library. 1D and ND, complex and real transforms, in-place and not-in-place on single and double precision arrays""",
8282
url = "http://github.com/IntelPython/mkl_fft",
83-
author = "Oleksandr Pavlyk",
83+
author = "Intel Corporation",
8484
download_url = "http://github.com/IntelPython/mkl_fft",
8585
license = 'BSD',
8686
classifiers = [_f for _f in CLASSIFIERS.split('\n') if _f],

0 commit comments

Comments
 (0)