Skip to content

Commit

Permalink
adodbapi: Migrate deprecated distutils to setuptools (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Apr 9, 2024
1 parent f7d6b6a commit 0dcd9e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adodbapi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@


def setup_package():
from distutils.command.build_py import build_py
from distutils.core import setup
from setuptools.command.build_py import build_py
from setuptools import setup

setup(
cmdclass={"build_py": build_py},
Expand Down

0 comments on commit 0dcd9e4

Please sign in to comment.