From 45ac2d9c339ecff8cfe446e9ee80e24327da59f4 Mon Sep 17 00:00:00 2001 From: weiwei_150212 Date: Sat, 25 Jul 2020 15:41:18 +0800 Subject: [PATCH] update to release 4.0.2 --- python-ordered-set.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ordered-set.spec b/python-ordered-set.spec index a47de22..a321a72 100644 --- a/python-ordered-set.spec +++ b/python-ordered-set.spec @@ -43,7 +43,7 @@ Ordered-set for python3. %files -n python3-ordered-set %license MIT-LICENSE -%doc README +%doc README.md %{python3_sitelib}/ordered_set-*.egg-info/ %{python3_sitelib}/ordered_set.py %{python3_sitelib}/__pycache__/ordered_set.*