diff options
-rw-r--r-- | python-botorch.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python-botorch.spec b/python-botorch.spec index 5f1685e..7dafaaf 100644 --- a/python-botorch.spec +++ b/python-botorch.spec @@ -12,7 +12,7 @@ Summary: %{pkg_summary} License: MIT URL: https://github.com/pytorch/botorch -Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/botorch-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/aa/9a/8f19e135ba71fad41177ac195d64ef1a2a2490fcbde188ee21956f863ead/botorch-0.10.0.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -48,9 +48,9 @@ Summary: %{pkg_summary} %pyproject_install %files -n python3-%{pypi_name} -%license LICENSE -%doc README.md -%{python3_sitearch}/%{pypi_name}* +%license LICENSE* +%doc README* +%{python3_sitelib}/%{pypi_name}* %changelog * Sun Mar 31 2024 YunShu @@ -1 +1 @@ -7c3634363b6519755b24dd051874caaa botorch-0.10.0.tar.gz +cc6b511396791ff3bf5f2fe47a0dc2e0 botorch-0.10.0.tar.gz |