Use setuptools to be able to build wheels
This commit is contained in:
parent
cc9ed3784d
commit
92f2ab6506
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -1,4 +1,4 @@
|
|||
from distutils.core import setup
|
||||
from setuptools import setup
|
||||
import datetime
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue