Skip to content

Commit

Permalink
Use setuptools (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-chan authored May 19, 2019
2 parents 783baef + 524d088 commit 6510db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from distutils.core import setup, Extension
from setuptools import setup, Extension

zny_yespower_0_5_module = Extension('zny_yespower_0_5',
sources = ['yespower-module.c',
Expand Down

0 comments on commit 6510db2

Please sign in to comment.