Skip to content

Commit

Permalink
also remove underlying deprecated wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Jan 2, 2021
1 parent ddcfb54 commit e59b4ab
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions setupbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,19 +95,6 @@ def ensure_python(specs):
raise ValueError('Python version %s unsupported' % part)


def find_packages(top):
"""
Find all of the packages.
"""
import warnings
warnings.warn(
'Deprecated, please use setuptools.find_packages',
category=DeprecationWarning
)
from setuptools import find_packages as fp
return fp(top)


def update_package_data(distribution):
"""update build_py options to get package_data changes"""
build_py = distribution.get_command_obj('build_py')
Expand Down

0 comments on commit e59b4ab

Please sign in to comment.