Skip to content

Commit de04d2a

Browse files
committed
Using setuptools instead of distutils
1 parent f89ad5e commit de04d2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import codecs
33
import os
44

5-
from distutils.core import setup
5+
from setuptools import setup
66

77

88
def read(*parts):

0 commit comments

Comments
 (0)