diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-17 04:42:42 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-17 04:42:42 +0000 |
commit | 30f1c5ad93e21ec007d371313e2a27e4d0efb661 (patch) | |
tree | b809540a247a26776845a6f9a96c91a20f983af1 /setuptools.txt | |
parent | c8ebbe361890f4c0a34d7c3c64aefb34c6fed3e6 (diff) | |
download | external_python_setuptools-30f1c5ad93e21ec007d371313e2a27e4d0efb661.tar.gz external_python_setuptools-30f1c5ad93e21ec007d371313e2a27e4d0efb661.tar.bz2 external_python_setuptools-30f1c5ad93e21ec007d371313e2a27e4d0efb661.zip |
Renamings for consistent terminology; distributions and requirements now
both have 'project_name' attributes, instead of one having 'name' and the
other 'distname'. Requirements no longer have 'options', they have
'extras'. This is the beginning of the terminology/architecture
refactoring described at:
http://mail.python.org/pipermail/distutils-sig/2005-June/004652.html
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041132
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools.txt b/setuptools.txt index 96091864..8a1edcf7 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -701,7 +701,7 @@ If you have to manage automated builds for multiple packages, each with different tagging and rotation policies, you may also want to check out the `alias`_ command, which would let each package define an alias like ``daily`` that would perform the necessary tag, build, and rotate commands. Then, a -simpler scriptor cron job could just run ``setup.py daily`` in each project +simpler script or cron job could just run ``setup.py daily`` in each project directory. (And, you could also define sitewide or per-user default versions of the ``daily`` alias, so that projects that didn't define their own would use the appropriate defaults.) |