summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-devtools/python/python-cython.inc
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-devtools/python/python-cython.inc')
-rw-r--r--poky/meta/recipes-devtools/python/python-cython.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/poky/meta/recipes-devtools/python/python-cython.inc b/poky/meta/recipes-devtools/python/python-cython.inc
index da6eba254..0e6bac06a 100644
--- a/poky/meta/recipes-devtools/python/python-cython.inc
+++ b/poky/meta/recipes-devtools/python/python-cython.inc
@@ -1,3 +1,5 @@
+SUMMARY = "The Cython language"
+HOMEPAGE = "https://pypi.org/project/Cython/"
DESCRIPTION = "Cython is a language specially designed for writing Python extension modules. \
It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \
and the messy, low-level world of C."