From 9ebdf77874624f7466580c9b2198da492a043ecf Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Nov 19 2020 22:50:02 +0000 Subject: Add page title for Python Eggs Without this it shows in browsers as "Untitled" Signed-off-by: Michel Alexandre Salim --- diff --git a/guidelines/modules/ROOT/pages/Python_Eggs.adoc b/guidelines/modules/ROOT/pages/Python_Eggs.adoc index 63dd6f9..3989a60 100644 --- a/guidelines/modules/ROOT/pages/Python_Eggs.adoc +++ b/guidelines/modules/ROOT/pages/Python_Eggs.adoc @@ -1,3 +1,5 @@ += Python Eggs Guidelines + :toc: Python packages provide extra metadata about the package in the form of egg metadata. This document explains how to package those metadata.