diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-11-18 04:37:31 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-11-18 04:37:31 +0000 |
| commit | 4cd66c4147bef3ee8096f7161d407fb37582f1c9 (patch) | |
| tree | fa4e932d263aa02a1c9d80cc2cb80f33d5ce6f47 /setuptools.egg-info | |
| parent | f3694a0388e4e15d9cbdd84e4c8ca7817c87a52c (diff) | |
| download | external_python_setuptools-4cd66c4147bef3ee8096f7161d407fb37582f1c9.tar.gz external_python_setuptools-4cd66c4147bef3ee8096f7161d407fb37582f1c9.tar.bz2 external_python_setuptools-4cd66c4147bef3ee8096f7161d407fb37582f1c9.zip | |
Added the ``include_package_data`` keyword to ``setup()``, allowing you to
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
Diffstat (limited to 'setuptools.egg-info')
| -rwxr-xr-x | setuptools.egg-info/entry_points.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt index 37a81910..87174d8c 100755 --- a/setuptools.egg-info/entry_points.txt +++ b/setuptools.egg-info/entry_points.txt @@ -2,6 +2,7 @@ entry_points = setuptools.dist:check_entry_points extras_require = setuptools.dist:check_extras install_requires = setuptools.dist:check_install_requires +include_package_data = setuptools.dist:assert_bool namespace_packages = setuptools.dist:check_nsp test_suite = setuptools.dist:check_test_suite eager_resources = setuptools.dist:assert_string_list |
