Skip to content

Commit 16fb46e

Browse files
author
victor73
committed
Using setuptools.
1 parent 68aa661 commit 16fb46e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import os
2-
from distutils.core import setup
2+
3+
from setuptools import setup
34

45
# Utility function to read files. Used for the long_description.
56
def read(fname):

0 commit comments

Comments
 (0)