We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 137f54d + 9af42c9 commit a90cf76Copy full SHA for a90cf76
setup.py
@@ -1,5 +1,4 @@
1
import os
2
-from distutils import log
3
from os.path import join as pjoin
4
5
from jupyter_packaging import (
@@ -18,8 +17,6 @@
18
17
HERE = os.path.dirname(os.path.abspath(__file__))
19
long_description = 'Matplotlib Jupyter Extension'
20
21
-log.info('setup.py entered')
22
-log.info('$PATH=%s' % os.environ['PATH'])
23
24
# Get ipympl version
25
version = get_version(os.path.join(name, '_version.py'))
0 commit comments