Add reference for sed

This commit is contained in:
Fabio Alessandro Locati 2016-01-09 00:53:20 +01:00
parent f953814035
commit fa0f7f38dc

View File

@ -65,6 +65,7 @@ printable width of a string on a Terminal.
%prep
%setup -q -n %{pypi_name}-%{version}
rm -rf %{pypi_name}.egg-info
# As for https://github.com/jquast/wcwidth/pull/16
sed -i -e '1 d' wcwidth/tests/test_core.py
%build