diff -U2 -r /var/lib/copr-rpmbuild/results/snapm/upstream-unpacked/Source0/snapm-0.4.1/pyproject.toml /var/lib/copr-rpmbuild/results/snapm/srpm-unpacked/snapm-0.4.1.tar.gz-extract/snapm-0.4.1/pyproject.toml --- /var/lib/copr-rpmbuild/results/snapm/upstream-unpacked/Source0/snapm-0.4.1/pyproject.toml 2025-04-03 16:37:07.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/snapm/srpm-unpacked/snapm-0.4.1.tar.gz-extract/snapm-0.4.1/pyproject.toml 2025-04-03 15:22:02.000000000 +0000 @@ -2,4 +2,5 @@ name = "snapm" version = "0.4.1" +license = { text="GPL-2.0-only AND Apache-2.0" } authors = [ { name="Bryn M. Reeves", email="bmr@redhat.com" }, @@ -8,5 +9,4 @@ readme = "README.md" requires-python = ">=3.9" -dynamic = ["license"] classifiers = [ "Development Status :: 5 - Production/Stable",