blob: ffcb5b273806e1052c51410bed44b2296961e7c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- pyproject.toml.orig 2025-08-25 03:43:23 UTC
+++ pyproject.toml
@@ -7,8 +7,6 @@ readme = {file = "README.md", content-type = "text/mar
"numpy>=1.16.0,<3"
]
readme = {file = "README.md", content-type = "text/markdown"}
-license-files = ["LICENSE"]
-license = "Apache-2.0"
classifiers=[
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
@@ -153,4 +151,4 @@ repair-wheel-command = "brew install pipx && pipx ensu
repair-wheel-command = "brew install pipx && pipx ensurepath && pipx run --spec delocate==0.11.0 delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel} && pipx run abi3audit==0.0.9 --strict --report {wheel}"
[tool.cibuildwheel.windows]
-repair-wheel-command = "cp {wheel} {dest_dir}/. && pipx run abi3audit==0.0.9 --strict --report {wheel}"
\ No newline at end of file
+repair-wheel-command = "cp {wheel} {dest_dir}/. && pipx run abi3audit==0.0.9 --strict --report {wheel}"
|