diff options
-rw-r--r-- | python-fsspec.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python-fsspec.spec b/python-fsspec.spec index 41f87d5..ab70c0e 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -30,15 +30,15 @@ A specification that python filesystems should adhere to. %autosetup -p1 -n filesystem_spec-%{pypi_version} %build -%py3_build +%pyproject_wheel %install -%py3_install +%pyproject_install +%pyproject_save_files %{srcname} -%files -n python3-%{pypi_name} -%license LICENSE +%files -n python3-%{pypi_name} -f %{pyproject_files} %doc README.md -%{python3_sitearch}/%{pypi_name} +%license LICENSE %changelog * Sun Mar 31 2024 YunShu |