Skip to content

Commit

Permalink
Update setup.py for PEP518
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahkhor authored Oct 18, 2018
1 parent 2bf8dcc commit d6eb967
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
import sys
import re

from setuptools import Extension, setup
from setuptools import Extension, setup, dist

dist.Distribution().fetch_build_eggs(['Cython>=0.29'])

try:
from Cython.Build import cythonize
Expand Down

0 comments on commit d6eb967

Please sign in to comment.