We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddcfb54 commit e59b4abCopy full SHA for e59b4ab
setupbase.py
@@ -95,19 +95,6 @@ def ensure_python(specs):
95
raise ValueError('Python version %s unsupported' % part)
96
97
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
111
def update_package_data(distribution):
112
"""update build_py options to get package_data changes"""
113
build_py = distribution.get_command_obj('build_py')
0 commit comments