diff options
author | tarek <none@none> | 2009-10-27 10:44:46 +0100 |
---|---|---|
committer | tarek <none@none> | 2009-10-27 10:44:46 +0100 |
commit | d22b358d445d2634e6f502092a2b7ea3dcbcb8d6 (patch) | |
tree | 2a04420febc81ae2fc9618ec480c6d629c0f41c5 | |
parent | 05ddf95fbac925bed8a75497e48a72e1d0ff6fdb (diff) | |
download | external_python_setuptools-d22b358d445d2634e6f502092a2b7ea3dcbcb8d6.tar.gz external_python_setuptools-d22b358d445d2634e6f502092a2b7ea3dcbcb8d6.tar.bz2 external_python_setuptools-d22b358d445d2634e6f502092a2b7ea3dcbcb8d6.zip |
typo
--HG--
branch : distribute
extra : rebase_source : d596c9394c22c7d9609e63ab7093a47714658ae3
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b2f0e274..6a8455d0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,7 +6,7 @@ CHANGES 0.6.7 ----- -* Issue 58: Added --user support to the deveop command +* Issue 58: Added --user support to the develop command * Issue 11: Generated scripts now wrap their call to the script entry point in the standard "if name == 'main'" * Added the 'DONT_PATCH_SETUPTOOLS' environment variable, so virtualenv |