summaryrefslogtreecommitdiff
path: root/setuptools/command/sdist.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command/sdist.py')
-rw-r--r--setuptools/command/sdist.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/setuptools/command/sdist.py b/setuptools/command/sdist.py
index f40b782b..7a1f7915 100644
--- a/setuptools/command/sdist.py
+++ b/setuptools/command/sdist.py
@@ -136,9 +136,8 @@ class sdist(sdist_add_defaults, orig.sdist):
"""
if self.distribution.include_package_data:
self.warn(
- "Either specify package_data manually, or use "
- "include_package_data=True, but not both. Proceeding as if "
- "package_data was not specified."
+ "Distutils 'package_data' ignored due to "
+ "'include_package_data'."
)
return ()
return build_py.data_files