From 1afa68a26d56a4ffaa3fdc1f216979c6ad3b2b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarek=20Ziad=C3=A9?= Date: Mon, 13 Apr 2009 21:14:19 +0000 Subject: [PATCH] more details in the abstract --- pep-0376.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pep-0376.txt b/pep-0376.txt index cc752dd83..724bc0721 100644 --- a/pep-0376.txt +++ b/pep-0376.txt @@ -17,6 +17,7 @@ Abstract This PEP proposes various enhancements for Distutils: - A new format for the .egg-info structure. +- Some APIs to read the meta-data of a project - An install script to install a package in Python. - An uninstall script to uninstall a package in Python.