diff --git a/python-hatch_nodejs_version.changes b/python-hatch_nodejs_version.changes index 0ce887a..aa3d8ef 100644 --- a/python-hatch_nodejs_version.changes +++ b/python-hatch_nodejs_version.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 23 09:34:04 UTC 2022 - Matej Cepl + +- Fix metadata (description and files). + ------------------------------------------------------------------- Thu Sep 22 18:16:36 UTC 2022 - Arun Persaud diff --git a/python-hatch_nodejs_version.spec b/python-hatch_nodejs_version.spec index f0408f9..b21ac06 100644 --- a/python-hatch_nodejs_version.spec +++ b/python-hatch_nodejs_version.spec @@ -36,6 +36,14 @@ BuildArch: noarch %python_subpackages %description +Hatch plugin to read pyproject.toml metadata from package.json + +This package provides two Hatch plugins: + +* version source plugin that reads/writes the package version + from the version field of the Node.js package.json file. +* metadata hook plugin that reads PEP 621 metadata from the + Node.js package.json file. %prep %setup -q -n hatch_nodejs_version-%{version} @@ -52,7 +60,7 @@ BuildArch: noarch %files %{python_files} %doc README.md -%{python_sitelib}/hatch_nodejs_version/* -%{python_sitelib}/hatch_nodejs_version-%{version}.dist-info/* +%{python_sitelib}/hatch_nodejs_version +%{python_sitelib}/hatch_nodejs_version-%{version}.dist-info %changelog