We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029cd94 commit 2de2b9aCopy full SHA for 2de2b9a
setuptools_rust/command.py
@@ -1,10 +1,9 @@
1
from abc import ABC, abstractmethod
2
from distutils import log
3
-from distutils.cmd import Command
4
from distutils.errors import DistutilsPlatformError
5
from typing import List, Optional
6
7
-from setuptools.dist import Distribution
+from setuptools import Command, Distribution
8
9
from .extension import RustExtension
10
from .rustc_info import get_rust_version
0 commit comments