summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rl.spec7
1 files changed, 2 insertions, 5 deletions
diff --git a/rl.spec b/rl.spec
index e540083..e2f63a9 100644
--- a/rl.spec
+++ b/rl.spec
@@ -56,13 +56,10 @@ You can reuse your favorite Python packages such as NumPy, SciPy and Cython to e
%autosetup -p1 -n %{name}-%{version}
%build
-%py3_build
-#python3 setup.py build
+%pyproject_build
%install
-%define _unpackaged_files_terminate_build 0
-%py3_install
-#python3 setup.py install
+%pyproject_install
%files -n python3-rl
%doc *.md