Skip to content

Commit

Permalink
Double imported setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed May 13, 2020
1 parent bdc919b commit f945095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
import sys
import platform
import subprocess
import setuptools

from setuptools import setup, Extension
from setuptools.command.build_ext import build_ext
from distutils.version import LooseVersion
import setuptools



class CMakeExtension(Extension):
Expand Down

0 comments on commit f945095

Please sign in to comment.