Skip to content

Commit 485c4fe

Browse files
authored
Merge pull request #73 from ankostis/patch-3
chore(build): use setuptools in setup.py to support wheel
2 parents f1f09f1 + 397e41d commit 485c4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
from distutils.core import setup
2+
from setuptools import setup
33

44
VERSION = "1.6.6"
55

0 commit comments

Comments
 (0)