19 lines
954 B
TOML
19 lines
954 B
TOML
--- 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}"
|