diff options
Diffstat (limited to 'rl.spec')
-rw-r--r-- | rl.spec | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |