Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Jan 28, 2022
1 parent 500b8cb commit a383d66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from setuptools import Extension, setup

import versioneer

try:
from Cython.Distutils.build_ext import new_build_ext as build_ext
except ImportError:
Expand All @@ -26,6 +28,7 @@


cmdclass = dict()
cmdclass.update(versioneer.get_cmdclass())
cmdclass["build_ext"] = build_ext

setup(
Expand Down

0 comments on commit a383d66

Please sign in to comment.