Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit 7446921

Browse files
committed
Switched to setuptools from distutils.
1 parent 2ea28d0 commit 7446921

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
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
from distutils.core import setup
3+
from setuptools import setup
44
from ike import __version__
55

66
def readme():

0 commit comments

Comments
 (0)