aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/py36compat.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command/py36compat.py')
-rw-r--r--setuptools/command/py36compat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/py36compat.py b/setuptools/command/py36compat.py
index c256bfb8..61063e75 100644
--- a/setuptools/command/py36compat.py
+++ b/setuptools/command/py36compat.py
@@ -76,7 +76,7 @@ class sdist_add_defaults:
self.warn("standard file '%s' not found" % fn)
def _add_defaults_optional(self):
- optional = ['test/test*.py', 'setup.cfg', 'pyproject.toml']
+ optional = ['test/test*.py', 'setup.cfg']
for pattern in optional:
files = filter(os.path.isfile, glob(pattern))
self.filelist.extend(files)