Skip to content

Commit

Permalink
Use setuptools instead of deprecated distutils.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Mar 27, 2024
1 parent 7211399 commit be72784
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
@@ -1,5 +1,4 @@
import distutils
from distutils.core import setup
from setuptools import setup
import glob
import os
import fnmatch
Expand Down

0 comments on commit be72784

Please sign in to comment.