diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-12-15 02:45:03 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-12-15 02:45:03 +0000 |
| commit | d989230127c6e16c505096f6150db977e61478b3 (patch) | |
| tree | ed87402243ca1a75876e7a640bd983666ac2025c /setuptools.egg-info | |
| parent | 1b77dd8e7845b5ac38fc7367796290dd65b8c531 (diff) | |
| download | external_python_setuptools-d989230127c6e16c505096f6150db977e61478b3.tar.gz external_python_setuptools-d989230127c6e16c505096f6150db977e61478b3.tar.bz2 external_python_setuptools-d989230127c6e16c505096f6150db977e61478b3.zip | |
Added the ``exclude_package_data`` keyword to ``setup()``, allowing you
to trim back files included via the ``package_data`` and
``include_package_data`` options.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041693
Diffstat (limited to 'setuptools.egg-info')
| -rwxr-xr-x | setuptools.egg-info/entry_points.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt index 08ab2ab4..7696452d 100755 --- a/setuptools.egg-info/entry_points.txt +++ b/setuptools.egg-info/entry_points.txt @@ -1,8 +1,10 @@ [distutils.setup_keywords] entry_points = setuptools.dist:check_entry_points extras_require = setuptools.dist:check_extras +package_data = setuptools.dist:check_package_data install_requires = setuptools.dist:check_requirements include_package_data = setuptools.dist:assert_bool +exclude_package_data = setuptools.dist:check_package_data namespace_packages = setuptools.dist:check_nsp test_suite = setuptools.dist:check_test_suite eager_resources = setuptools.dist:assert_string_list |
