aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/build_py.py
Commit message (Collapse)AuthorAgeFilesLines
* Added warning for namespace packages with missing ``declare_namespace()``,PJ Eby2005-11-181-0/+41
| | | | | | | | | updated docs for new policy/implementation, and explain the reasons for the change and what to do about it. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041479
* Added the ``include_package_data`` keyword to ``setup()``, allowing you toPJ Eby2005-11-181-45/+45
| | | | | | | | | | | automatically include any package data listed in revision control or ``MANIFEST.in``. Now projects can manage their data files and source manifests without having to maintain two ways to express the same file list. Yay! --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041473
* 0.6a7 bugfix releasePJ Eby2005-11-021-2/+35
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041377
* Fix bugs reported by Ian Bicking, Walter Doerwald, and Vincenzo Di Massa.PJ Eby2005-08-111-1/+1
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041189
* remove excess blank lines, and apply whitespace more in line with the PythonFred Drake2004-04-051-49/+16
| | | | | | | | style guidelines in PEP 8 --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4040896
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-191-0/+123
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4040869