Skip to content

Commit a90cf76

Browse files
authored
Merge pull request #494 from tacaswell/py312_compat
MNT: PEP 632 removed distutils
2 parents 137f54d + 9af42c9 commit a90cf76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import os
2-
from distutils import log
32
from os.path import join as pjoin
43

54
from jupyter_packaging import (
@@ -18,8 +17,6 @@
1817
HERE = os.path.dirname(os.path.abspath(__file__))
1918
long_description = 'Matplotlib Jupyter Extension'
2019

21-
log.info('setup.py entered')
22-
log.info('$PATH=%s' % os.environ['PATH'])
2320

2421
# Get ipympl version
2522
version = get_version(os.path.join(name, '_version.py'))

0 commit comments

Comments
 (0)