dev-python/cython: Fix README name

Closes: https://bugs.gentoo.org/654264
This commit is contained in:
Michał Górny
2018-04-29 08:15:00 +02:00
parent 614b22c816
commit 5509a5f19f

View File

@@ -57,7 +57,7 @@ python_test() {
}
python_install_all() {
local DOCS=( CHANGES.rst README.txt ToDo.txt USAGE.txt )
local DOCS=( CHANGES.rst README.rst ToDo.txt USAGE.txt )
use doc && local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all