Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b823dc7

Browse files
committedNov 10, 2022
use the vendored one in setuptools
1 parent c0faf48 commit b823dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import shutil
44
import configparser
55
from setuptools import setup, Extension, find_namespace_packages
6-
from distutils.dist import Distribution
6+
from setuptools.dist import Distribution
77

88
setuptools_extra_kwargs = {
99
"install_requires": ["numpy>=1.9","cftime"],

0 commit comments

Comments
 (0)
Please sign in to comment.