Minor wording changes.

This commit is contained in:
Brett Cannon 2009-02-22 22:42:22 +00:00
parent 03e4ec6740
commit dfcfb32da3
1 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
PEP: 376
Title: Changing the .egg-info structure
Version: $Revision:$
Last-Modified: $Date:$
Version: $Revision$
Last-Modified: $Date$
Author: Tarek Ziadé <tarek@ziade.org>
Status: Draft
Type: Standards Track
@ -17,9 +17,9 @@ Abstract
This PEP proposes various enhancements for Distutils:
- a new format for the .egg-info structure.
- an install script to install package in Python.
- an uninstall script to uninstall a package in Python.
- A new format for the .egg-info structure.
- An install script to install a package in Python.
- An uninstall script to uninstall a package in Python.
Rationale
=========
@ -27,8 +27,8 @@ Rationale
There are three problems right now in the way packages
are installed in Python:
- There are too many different ways to install a package in
Python nowadays
- There are too many ways to install a package in
Python.
- There is no way to uninstall a package.