diff options
-rw-r--r-- | python-NeMo.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python-NeMo.spec b/python-NeMo.spec index 009643e..bc92257 100644 --- a/python-NeMo.spec +++ b/python-NeMo.spec @@ -64,7 +64,8 @@ mv %{buildroot}/doclist.lst . %files -n python3-%{pkg_name} %license LICENSE* %doc README* -%{python3_sitelib}/%{pkg_name}* +%{python3_sitelib}/nemo* +%{python3_sitelib}/tests* %files help -f doclist.lst %{_docdir}/* |