Skip to content

Commit e59b4ab

Browse files
committed
also remove underlying deprecated wrapper
1 parent ddcfb54 commit e59b4ab

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

setupbase.py

-13
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,6 @@ def ensure_python(specs):
9595
raise ValueError('Python version %s unsupported' % part)
9696

9797

98-
def find_packages(top):
99-
"""
100-
Find all of the packages.
101-
"""
102-
import warnings
103-
warnings.warn(
104-
'Deprecated, please use setuptools.find_packages',
105-
category=DeprecationWarning
106-
)
107-
from setuptools import find_packages as fp
108-
return fp(top)
109-
110-
11198
def update_package_data(distribution):
11299
"""update build_py options to get package_data changes"""
113100
build_py = distribution.get_command_obj('build_py')

0 commit comments

Comments
 (0)