setup.py: use sdist from setuptools

This commit is contained in:
Benjamin Dauvergne 2016-03-10 14:03:38 +01:00
parent 1a88910fed
commit fa5491ec40
1 changed files with 1 additions and 1 deletions

View File

@ -5,8 +5,8 @@ import subprocess
import sys
from setuptools.command.install_lib import install_lib as _install_lib
from setuptools.command.sdist import sdist
from distutils.command.build import build as _build
from distutils.command.sdist import sdist
from distutils.cmd import Command
from setuptools import setup, find_packages