Skip to content

Commit

Permalink
Migrate away from distutils, which will be removed in Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mplough-kobold committed Aug 17, 2023
1 parent 47ef682 commit 8f5cb6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"""

from distutils.core import setup
from setuptools import find_packages
from setuptools import find_packages, setup

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 8f5cb6e

Please sign in to comment.