8000 reluctantly switch to setuptools, to enable things like wheels · drinkingjava/python-versioneer@0a5a940 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a5a940

Browse files
committed
reluctantly switch to setuptools, to enable things like wheels
refs python-versioneer#39
1 parent 1186f3b commit 0a5a940

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
@@ -2,7 +2,7 @@
22

33
import os, base64, tempfile, io, sys
44
from os import path
5-
from distutils.core import setup, Command
5+
from setuptools import setup, Command
66
from distutils.command.build_scripts import build_scripts
77

88
LONG="""

0 commit comments

Comments
 (0)
0