moved from distutils to setuptools for bdist_wheel

master
Daniel Knüttel 2019-07-30 09:46:01 +02:00
parent 3555cc13bb
commit 88a9b1c57f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from distutils.core import setup, Extension
from setuptools import setup,Extension
interaction = Extension("brown.interaction",