setup.py 194 B

12345
  1. # Copyright (c) Jupyter Development Team.
  2. # Distributed under the terms of the Modified BSD License.
  3. # setup.py shim for use with applications that require it.
  4. __import__("setuptools").setup()