Skip to content

Commit

Permalink
Merge pull request #494 from tacaswell/py312_compat
Browse files Browse the repository at this point in the history
MNT: PEP 632 removed distutils
  • Loading branch information
martinRenou authored Nov 29, 2022
2 parents 137f54d + 9af42c9 commit a90cf76
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
from distutils import log
from os.path import join as pjoin

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

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

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

0 comments on commit a90cf76

Please sign in to comment.