Skip to content

Commit 2de2b9a

Browse files
committed
inherit from setuptools.Command
1 parent 029cd94 commit 2de2b9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setuptools_rust/command.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
from abc import ABC, abstractmethod
22
from distutils import log
3-
from distutils.cmd import Command
43
from distutils.errors import DistutilsPlatformError
54
from typing import List, Optional
65

7-
from setuptools.dist import Distribution
6+
from setuptools import Command, Distribution
87

98
from .extension import RustExtension
109
from .rustc_info import get_rust_version

0 commit comments

Comments
 (0)