Skip to content

Commit dcbb6ba

Browse files
authored
Merge pull request #51 from jasongrout/sdist
Import sdist from distutils instead of setuptools
2 parents d42b11e + 8853c5a commit dcbb6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_packaging/setupbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828

2929
from setuptools import Command
3030
from setuptools.command.build_py import build_py
31-
from setuptools.command.sdist import sdist
3231

3332
# Note: distutils must be imported after setuptools
33+
from distutils.command.sdist import sdist
3434
from distutils import log
3535

3636
from setuptools.command.develop import develop

0 commit comments

Comments
 (0)