Skip to content

Commit

Permalink
Merge pull request #417 from j-t-1/distutils
Browse files Browse the repository at this point in the history
Remove distutils use
  • Loading branch information
erocarrera authored Aug 26, 2024
2 parents de28d34 + 5e0f08b commit d0e477f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@
import os
import re
import sys

try:
from setuptools import Command, setup
except ImportError as excp:
from distutils.core import setup, Command

from unittest import TestLoader, TextTestRunner

from setuptools import Command, setup


os.environ["COPY_EXTENDED_ATTRIBUTES_DISABLE"] = "true"
os.environ["COPYFILE_DISABLE"] = "true"
Expand Down

0 comments on commit d0e477f

Please sign in to comment.