From 860c760ae611476038dc73e01f881696720fc25843276ede643564b831dd991f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 18 Dec 2019 10:53:20 +0000 Subject: [PATCH] Add description OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit-core?expand=0&rev=2 --- python-flit-core.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-flit-core.spec b/python-flit-core.spec index d764075..2777c23 100644 --- a/python-flit-core.spec +++ b/python-flit-core.spec @@ -37,11 +37,12 @@ BuildArch: noarch %python_subpackages %description +Flit is a simple way to put Python packages and modules on PyPI. %prep %setup -q -n flit_core-%{version} dephell convert --from-format pyproject --from-path pyproject.toml --to setup.py -# https://github.com/dephell/dephell_markers/issues/6 +# gh#dephell/dephell_markers#6 sed -i '/package_dir/d' setup.py %build