Fix directory name

This commit is contained in:
Avram Lubkin 2018-04-16 15:34:26 -04:00
parent 6787942516
commit 5ab635454a

View File

@ -59,7 +59,7 @@ The imagesize package parses image file headers and returns the image sizes.
This is a pure Python library. This is a pure Python library.
%prep %prep
%autosetup -n %{pypi_name}_py-%{version} %autosetup -n %{pypi_name}-%{version}
# Remove bundled egg-info # Remove bundled egg-info
rm -rf %{pypi_name}.egg-info rm -rf %{pypi_name}.egg-info