fix source0

This commit is contained in:
sugarfillet 2020-01-10 15:57:29 +08:00
parent ce541f9697
commit 2170eaab15
2 changed files with 2 additions and 2 deletions

View File

@ -4,12 +4,12 @@ Release: 5
Summary: Simplified packaging of Python modules
License: BSD and ASL 2.0 and Python
URL: https://flit.readthedocs.io/en/latest/
Source0: https://src.fedoraproject.org/repo/extras/python-flit/flit-%{version}.tar.gz
Source0: https://github.com/takluyver/flit/archive/%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-pip python3-requests python3-docutils python3-pygments python3-pytoml
Provides: bundled(python-tornado)
Provides: bundled(python-tornado)
%description
Flit is a simple way to put Python packages and modules on PyPI.