Skip to content

Commit 5dba9a4

Browse files
committed
[minor] Change setup.py
Change to follow the official doc: https://packaging.python.org/tutorials/packaging-projects/
1 parent 932a102 commit 5dba9a4

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,7 +1,7 @@
11
# Authors: CommPy contributors
22
# License: BSD 3-Clause
33

4-
from distutils.core import setup
4+
from setuptools import setup
55

66
# Taken from scikit-learn setup.py
77
DISTNAME = 'scikit-commpy'

0 commit comments

Comments
 (0)