Skip to content

Commit

Permalink
Build & Clean: In Setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Oct 27, 2023
1 parent cf792c4 commit 31f0756
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 @@ -5,8 +5,6 @@
# Authors: Axel Huebl
# License: BSD-3-Clause-LBNL
#
from distutils.command.build import build
from distutils.command.clean import clean
import os
import platform
import re
Expand All @@ -16,6 +14,8 @@

from setuptools import Extension, setup
from setuptools.command.build_ext import build_ext
from setuptools.command.build_py import build_py as build
from setuptools.command.clean import clean


class CopyPreBuild(build):
Expand Down

0 comments on commit 31f0756

Please sign in to comment.