Skip to content

Commit 0abdce6

Browse files
committed
Use setuptools
As recommended by on python.org https://packaging.python.org/guides/tool-recommendations/ Better build support such as develop setup
1 parent d05ba43 commit 0abdce6

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,4 +1,4 @@
1-
from distutils.core import setup
1+
from setuptools import setup
22

33
VERSION = '0.2.0'
44

0 commit comments

Comments
 (0)