Skip to content

Commit

Permalink
Update distutils usage in adodbapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Oct 1, 2023
1 parent 03a8bb1 commit 4aa0813
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 4aa0813

Please sign in to comment.