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.
1 parent b7c9fb5 commit 40250b4Copy full SHA for 40250b4
setup.py
@@ -12,12 +12,6 @@
12
import setuptools
13
14
15
-# due to https://github.com/jupyterlab/jupyterlab/blob/136d2ec216ebfc429a696e6ee75fee5f8ead73e2/jupyterlab/federated_labextensions.py#L347
16
-# we should not print out anything, otherwise setup.py --name gives noise
17
-# log.set_verbosity(log.DEBUG)
18
-# log.info('setup.py entered')
19
-# log.info('$PATH=%s' % os.environ['PATH'])
20
-
21
LONG_DESCRIPTION = 'A Python/ThreeJS bridge utilizing the Jupyter widget infrastructure.'
22
23
HERE = Path(__file__).parent.resolve()
0 commit comments