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 a383d66 commit f9b397e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from setuptools import Extension, setup

import versioneer

try:
from Cython.Distutils.build_ext import new_build_ext as build_ext
Expand Down Expand Up @@ -28,7 +27,6 @@


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

setup(
Expand Down

0 comments on commit f9b397e

Please sign in to comment.