Skip to content

Commit 359fe9d

Browse files
committed
Adjust pyproject.toml and setup.py license headers
Also fix formatting in pyproject.toml
1 parent 0c05403 commit 359fe9d

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#!/usr/bin/env python
2-
# Copyright (c) 2017-2025, Intel Corporation
1+
# Copyright (c) 2017, Intel Corporation
32
#
43
# Redistribution and use in source and binary forms, with or without
54
# modification, are permitted provided that the following conditions are met:
@@ -53,15 +52,14 @@ classifiers = [
5352
dependencies = ["numpy >=1.26.4", "mkl"]
5453
description = "NumPy-based Python interface to Intel (R) MKL Random Number Generation functionality"
5554
dynamic = ["version"]
56-
keywords=["MKL", "VSL", "true randomness", "pseudorandomness",
57-
"Philox", "MT-19937", "SFMT-19937", "MT-2203", "ARS-5",
58-
"R-250", "MCG-31"]
55+
keywords = ["MKL", "VSL", "true randomness", "pseudorandomness",
56+
"Philox", "MT-19937", "SFMT-19937", "MT-2203", "ARS-5",
57+
"R-250", "MCG-31"]
5958
license = "BSD-3-Clause"
6059
name = "mkl_random"
6160
readme = {file = "README.md", content-type = "text/markdown"}
6261
requires-python = ">=3.9,<3.13"
6362

64-
6563
[project.optional-dependencies]
6664
test = ["pytest"]
6765

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# Copyright (c) 2017, Intel Corporation
32
#
43
# Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)