Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
wjblanke committed Jun 17, 2023
1 parent e0135e6 commit f3ffd43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#!/usr/bin/python3
import os
import platform
import re
import subprocess
import sys
import setuptools
from distutils.version import LooseVersion
from setuptools import Extension, setup, setuptools
from setuptools.command.build_ext import build_ext


class CMakeExtension(Extension):
Expand Down

0 comments on commit f3ffd43

Please sign in to comment.