Skip to content

Commit

Permalink
build: update setup.py to remove deprecated distutils import
Browse files Browse the repository at this point in the history
  • Loading branch information
gtdang committed Sep 6, 2024
1 parent ccef332 commit 6730f90
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
import subprocess
import shutil

from setuptools import setup, find_packages

from distutils.command.build_py import build_py
from distutils.cmd import Command
from setuptools import setup, find_packages, Command
from setuptools.command.build_py import build_py

descr = """Code for biophysical simulation of a cortical column using Neuron"""

Expand Down

0 comments on commit 6730f90

Please sign in to comment.